Skip to content

Commit

Permalink
CMakeLists for the mafEventBus's test
Browse files Browse the repository at this point in the history
suite.
  • Loading branch information
elpablo committed Oct 14, 2010
1 parent 28f4d2b commit f3e9082
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions mafEventBus/mafEventBusTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# CMakeLists.txt
# maf
#
# Created by Daniele Giunchi - Paolo Quadrani on 10/09/10.
# Copyright 2009 B3C. All rights reserved.
#
# See Licence at: http://tiny.cc/QXJ4D
#
#


## #################################################################
## Init Project
## #################################################################

mafMacroInitProject(1)

## #################################################################
## Build rules
## #################################################################

# Create the executable.
ADD_EXECUTABLE(${PROJECT_NAME} ${PROJECT_SRCS} ${MY_MOC_CXX} ${${PROJECT_NAME}_SOURCES_WRAP})
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${PROJECT_LIBS})

## #################################################################
## Installation
## #################################################################

mafMacroInstallProject()

0 comments on commit f3e9082

Please sign in to comment.