diff options
| author | 2012-10-04 09:33:47 +0000 | |
|---|---|---|
| committer | 2012-10-04 09:33:47 +0000 | |
| commit | 806bdb7d688c6401b2e732f7efbc03417c4570b8 (patch) | |
| tree | 6a811279bfef4ad2eacd9e6730a0f07f7cc91e1f /src/modules | |
| parent | convert cmake files to lowercase statements prehistoric cmake versions requir... (diff) | |
| download | KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.gz KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.bz2 KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.zip | |
- some files were missing newlines, add them
- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/http/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/modules/perlcore/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/modules/tip/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/modules/trayicon/CMakeLists.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/http/CMakeLists.txt b/src/modules/http/CMakeLists.txt index 4b82b0895..cb9be651a 100644 --- a/src/modules/http/CMakeLists.txt +++ b/src/modules/http/CMakeLists.txt @@ -21,4 +21,4 @@ if(UNIX) endif() elseif(WIN32) install(FILES ${files} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/) -endif()
\ No newline at end of file +endif() diff --git a/src/modules/perlcore/CMakeLists.txt b/src/modules/perlcore/CMakeLists.txt index 593edac8a..0d7655e82 100644 --- a/src/modules/perlcore/CMakeLists.txt +++ b/src/modules/perlcore/CMakeLists.txt @@ -28,4 +28,4 @@ if(COMPILE_PERL_SUPPORT) string(REPLACE "/RTC1" "" CMAKE_C_FLAGS_DEBUG ${CMAKE_C_FLAGS_DEBUG}) endif() set_target_properties(${kvi_module_name} PROPERTIES COMPILE_FLAGS ${PERL_COMPILE_FLAGS}) -endif()
\ No newline at end of file +endif() diff --git a/src/modules/tip/CMakeLists.txt b/src/modules/tip/CMakeLists.txt index 1e14e4c9a..7c6afb7d2 100644 --- a/src/modules/tip/CMakeLists.txt +++ b/src/modules/tip/CMakeLists.txt @@ -23,4 +23,4 @@ if(UNIX) elseif(WIN32) install(FILES ${tips} DESTINATION ${CMAKE_INSTALL_PREFIX}/config/modules/) install(FILES ${pics} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/) -endif()
\ No newline at end of file +endif() diff --git a/src/modules/trayicon/CMakeLists.txt b/src/modules/trayicon/CMakeLists.txt index 3304f479f..c5d2f3608 100644 --- a/src/modules/trayicon/CMakeLists.txt +++ b/src/modules/trayicon/CMakeLists.txt @@ -32,4 +32,4 @@ if(UNIX) endif() elseif(WIN32) install(FILES ${win32Files} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/) -endif()
\ No newline at end of file +endif() |
