summaryrefslogtreecommitdiffstats
path: root/src/tools/c18/CMakeLists.txt
blob: 157052abaa07aa1705ba018a807c9b46b3304dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
)


##### subfolders

add_subdirectory( gui )


##### libc18 (static)

tde_add_library( c18 STATIC_PIC AUTOMOC
  SOURCES c18_compile.cpp c18_config.cpp c18.cpp
)