summaryrefslogtreecommitdiffstats
path: root/src/tools/list/CMakeLists.txt
blob: a91e9d8eb841c0d45612c281019e0d577e632d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
)

##### libtoollist (static)

tde_add_library( toollist STATIC_PIC AUTOMOC
  SOURCES
    tool_list.cpp tools_config_widget.cpp compile_config.cpp
    device_info.cpp compile_manager.cpp compile_process.cpp
)