refresh 77518ae98cef372c3d26fc7e5c43c5ad4a09c6f5
[tagua/yd.git] / src / variants / shogi / CMakeLists.txt
blobb43dd45d6ba3d5c74c5091bb1d62a186da4e7711
1 set(taguashogi_SRCS
2   shogi.cpp
4   king.cpp
5   gold.cpp
6   silver.cpp
7   knight.cpp
8   lance.cpp
9   pawn.cpp
10   rook.cpp
11   bishop.cpp
13   behaviour.cpp
14   colors.cpp
15   moveserializer.cpp
16 #  san.cpp
17   state.cpp
18   validator.cpp
21 include_directories(${CMAKE_SOURCE_DIR}/src/)
23 kde4_add_plugin(taguashogi ${taguashogi_SRCS})
25 target_link_libraries(taguashogi
26   taguacore
27   taguachesslib
28   ${KDE4_KDECORE_LIBS}
31 install(TARGETS taguashogi DESTINATION ${PLUGIN_INSTALL_DIR})
32 install(FILES tagua-shogi.desktop DESTINATION ${SERVICES_INSTALL_DIR})