1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
include_directories( ${CMAKE_CURRENT_BINARY_DIR} ) ##### subfolders add_subdirectory( gui ) ##### libboost (static) tde_add_library( boost STATIC_PIC AUTOMOC SOURCES boostc.cpp boostc_compile.cpp boost_config.cpp boost.cpp boostcpp.cpp boostbasic.cpp boost_generator.cpp )