diff options
Diffstat (limited to 'src/app/RemoteMan/CMakeLists.txt')
| -rw-r--r-- | src/app/RemoteMan/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/RemoteMan/CMakeLists.txt b/src/app/RemoteMan/CMakeLists.txt new file mode 100644 index 0000000..b4bac0e --- /dev/null +++ b/src/app/RemoteMan/CMakeLists.txt @@ -0,0 +1,11 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} +) + + +##### RemoteMan library (static) + +tde_add_library( RemoteMan STATIC_PIC AUTOMOC + SOURCES remoteman.cpp remotemanbase.cpp +) |
