refresh d7e71a93da39c621828977f6616ccc46c4b52116
[tagua/yd.git] / src / variants / shogi / CMakeLists.txt
blob81842e98c58437ef61fa5bd4e100405dc0b47e56
1 set(taguashogi_SRCS
2   shogi.cpp
4   types/king.cpp
5   types/gold.cpp
6   types/silver.cpp
7   types/knight.cpp
8   types/lance.cpp
9   types/pawn.cpp
10   types/rook.cpp
11   types/bishop.cpp
13   types/narigin.cpp
14   types/narikei.cpp
15   types/narikyo.cpp
16   types/tokin.cpp
17   types/dragonking.cpp
18   types/dragonhorse.cpp
20   behaviour.cpp
21   colors.cpp
22   moveserializer.cpp
23 #  san.cpp
24   state.cpp
25   validator.cpp
28 include_directories(${CMAKE_SOURCE_DIR}/src/)
30 kde4_add_plugin(taguashogi ${taguashogi_SRCS})
32 target_link_libraries(taguashogi
33   taguacore
34   ${KDE4_KDECORE_LIBS}
37 install(TARGETS taguashogi DESTINATION ${PLUGIN_INSTALL_DIR})
38 install(FILES tagua-shogi.desktop DESTINATION ${SERVICES_INSTALL_DIR})