diff options
Diffstat (limited to 'src/common/cli/CMakeLists.txt')
| -rw-r--r-- | src/common/cli/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common/cli/CMakeLists.txt b/src/common/cli/CMakeLists.txt new file mode 100644 index 0000000..fbb92a2 --- /dev/null +++ b/src/common/cli/CMakeLists.txt @@ -0,0 +1,9 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + +##### libcli (static) + +tde_add_library( cli STATIC_PIC AUTOMOC + SOURCES cli_purl.cpp cli_pfile.cpp cli_global.cpp cli_log.cpp cli_main.cpp +) |
