Changeset 1397 for trunk/CMakeLists.txt
- Timestamp:
- 06/20/08 10:55:35 (5 months ago)
- Files:
-
- 1 modified
-
trunk/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r1396 r1397 97 97 98 98 # Install .so files with execcuteable permissions 99 if ( not win32 )99 if ( NOT WIN32 ) 100 100 set ( CMAKE_INSTALL_SO_NO_EXE FALSE ) 101 endif ( not win32 )101 endif ( NOT WIN32 ) 102 102 103 103 add_subdirectory( src )
