diff options
Diffstat (limited to 'src/tdeiosvn/CMakeLists.txt')
-rw-r--r-- | src/tdeiosvn/CMakeLists.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/tdeiosvn/CMakeLists.txt b/src/tdeiosvn/CMakeLists.txt new file mode 100644 index 0000000..cb84de5 --- /dev/null +++ b/src/tdeiosvn/CMakeLists.txt @@ -0,0 +1,28 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${TQT_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/src + ${CMAKE_SOURCE_DIR}/src +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### protocol files ############################ + +file( GLOB PROTFILES *.protocol ) +install( FILES ${PROTFILES} DESTINATION ${SERVICES_INSTALL_DIR} ) |