repo.or.cz
/
kdegames.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SVN_SILENT made messages (.desktop file)
[kdegames.git]
/
ksirk
/
CMakeLists.txt
blob
5f963b21f1db11675b146c5dc81b5f0181a16e90
1
project(ksirk)
2
3
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
4
5
remove_definitions(-DQT_NO_STL)
6
7
add_subdirectory(ksirk)
8
add_subdirectory(ksirkskineditor)
9