2 #-----------------------------------------------------------------------------
7 # Include USE_FILE which configures the use of the lib
8 INCLUDE(${BBTK_USE_FILE})
10 #-----------------------------------------------------------------------------
12 #-----------------------------------------------------------------------------
14 # Usual add executable
15 ADD_EXECUTABLE(OUTPUT main)
16 # Link against the testLib libraries
17 TARGET_LINK_LIBRARIES(OUTPUT ${BBTK_LIBRARIES})
18 #-----------------------------------------------------------------------------