3 # Set 'FIND_PACKAGE_VERBOSE' to have information on the packages found
4 SET(FIND_PACKAGE_VERBOSE 1)
9 INCLUDE(${BBTK_USE_FILE})
12 SET(SAMPLE bbtkSampleInterpreter)
15 ADD_EXECUTABLE(${SAMPLE} ${SAMPLE})
17 SET_TARGET_PROPERTIES(${SAMPLE} PROPERTIES LINK_FLAGS /subsystem:console )
20 TARGET_LINK_LIBRARIES(${SAMPLE} ${BBTK_LIBRARIES})
23 # Configure the script bbProcessing.bbs to binary dir so that the
25 CONFIGURE_FILE(bbProcessing.bbs
26 ${EXECUTABLE_OUTPUT_PATH}/bbProcessing.bbs