diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 19:28:35 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 19:28:35 +0000 |
| commit | 05f2c8aacf46e643b2bd916b7c8139e8a259122a (patch) | |
| tree | 9e2a6f2090882fd960b6393d8b6d4330ddcfc8a6 /CMakeLists.txt | |
| parent | 898a7b6c072400e25b5ac2d673d79cef37993148 (diff) | |
- oprava NO_SOUND zalezitosti
- pouze par ifndef pridano
git-svn-id: http://opensvn.csie.org/tuxanci_ng@108 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 70f083c..5d0be45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,12 +34,7 @@ SET ( TUXANCI_VERSION_FULL "${TUXANCI_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}" ) SET ( CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${TUXANCI_VERSION_FULL}" ) INCLUDE ( CPack ) -#SET ( CMAKE_BUILD_TYPE_SHARED_LIBS ON ) -#MESSAGE ( "PREFIX ${CMAKE_INSTALL_PREFIX}" ) -#SET ( CMAKE_INSTALL_PREFIX ${DESTDIR} ) -#ADD_DEFINITIONS ( -DDESTDIR "${CMAKE_INSTALL_PREFIX}/" ) -#MESSAGE ( "PREFIX ${CMAKE_INSTALL_PREFIX}" ) -#SET ( $ENV{DESTDIR} ${DESTDIR} ) +SET ( CMAKE_BUILD_TYPE_SHARED_LIBS ON ) # flagy SET( CMAKE_C_FLAGS $ENV{CFLAGS} ) SET( CMAKE_CXX_FLAGS $ENV{CXXFLAGS} ) |