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
)
