~brand-nmapsi4/nmapsi4/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Francesco Cecconi
  • Date: 2011-12-18 11:02:04 UTC
  • Revision ID: git-v1:60a69e132c8ffeb2727e558b2b2e8ac1713e332e
Removed nmapsi4-logr (dedicate repository) but it could be deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
endif(Q_WS_MAC)
21
21
 
22
22
add_subdirectory( lib )
23
 
add_subdirectory( nmapsi4 )
24
 
add_subdirectory( nmapsi4-logr )
 
23
add_subdirectory( src )
25
24
 
26
25
CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/cmake_uninstall.cmake.in"
27
26
                "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake"
28
27
                IMMEDIATE @ONLY )
29
 
 
 
28
 
30
29
ADD_CUSTOM_TARGET( uninstall
31
30
  "${CMAKE_COMMAND}" -P "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake" )
32
31