summaryrefslogtreecommitdiffstats
path: root/src/tools/boost/CMakeLists.txt
blob: 8841e0b0663f8cbe71be9eea0bc78d8c1313a7c7 (plain)
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
)