diff options
Diffstat (limited to 'src/common/global')
| -rw-r--r-- | src/common/global/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/global/CMakeLists.txt b/src/common/global/CMakeLists.txt new file mode 100644 index 0000000..aee120d --- /dev/null +++ b/src/common/global/CMakeLists.txt @@ -0,0 +1,11 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + +##### libglobal (static) + +tde_add_library( global STATIC_PIC AUTOMOC + SOURCES + about.cpp generic_config.cpp log.cpp pfile.cpp + process.cpp progress_monitor.cpp purl.cpp xml_data_file.cpp +) |
