new 33c0e9569b8825f53d773343cc90e4377118edca
[tagua/yd.git] / src / variants / randomless-entropy / CMakeLists.txt
blobf14f6fbd04cc9a5ce885725794580b55cc323040
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 kde4_add_plugin(taguarandomlessentropy ${taguarandomlessentropy_SRCS})
17 target_link_libraries(taguarandomlessentropy
18   taguacore
19   ${KDE4_KDECORE_LIBS}
22 install(TARGETS taguarandomlessentropy DESTINATION ${PLUGIN_INSTALL_DIR})
23 install(FILES tagua-randomlessentropy.desktop DESTINATION ${SERVICES_INSTALL_DIR})