]> Creatis software - bbtk.git/blob - kernel/appli/bbc/CMakeLists.txt.in
- Finished the Transcriptor
[bbtk.git] / kernel / appli / bbc / CMakeLists.txt.in
1
2 #-----------------------------------------------------------------------------
3 # Search for bbtk
4 FIND_PACKAGE(BBTK)
5 # If found
6 IF(BBTK_FOUND)
7   # Include USE_FILE which configures the use of the lib
8   INCLUDE(${BBTK_USE_FILE})
9 ENDIF(BBTK_FOUND)
10 #-----------------------------------------------------------------------------
11
12 #-----------------------------------------------------------------------------
13 # Build the program
14 # Usual add executable
15 ADD_EXECUTABLE(OUTPUT main)
16 # Link against the testLib libraries
17 TARGET_LINK_LIBRARIES(OUTPUT ${BBTK_LIBRARIES})
18 #-----------------------------------------------------------------------------