Tentative Randomless-Entropy variant.
[tagua/yd.git] / src / variants / randomless-entropy / CMakeLists.txt
blobc0fc9c69edc090953c327bd3ac51aa797a69f83f
1 set(taguarandomlessentropy_SRCS
2   entropy.cpp
4   stone.cpp
6 #  behaviour.cpp
7   colors.cpp
8 #  moveserializer.cpp
9   state.cpp
10 #  validator.cpp
13 include_directories(${CMAKE_SOURCE_DIR}/src/)
15 if(MONOLITH)
16 kde4_add_library(taguarandomlessentropy SHARED ${taguarandomlessentropy_SRCS})
17 else(MONOLITH)
18 kde4_add_plugin(taguarandomlessentropy ${taguarandomlessentropy_SRCS})
19 endif(MONOLITH)
21 target_link_libraries(taguarandomlessentropy
22   taguacore
23   ${KDE4_KDECORE_LIBS}
26 install(TARGETS taguarandomlessentropy DESTINATION ${PLUGIN_INSTALL_DIR})
27 install(FILES tagua-randomlessentropy.desktop DESTINATION ${SERVICES_INSTALL_DIR})