push 98438d20051787465e7a05f4aa66ab452afb1c14
[tagua/yd.git] / src / variants / chess / CMakeLists.txt
blob6fc948522b6472d232021e03db9042e2c7014adc
1 set(taguachess_SRCS
2   animator.cpp
3   behaviour.cpp
4   bishop.cpp
5   castlingrules.cpp
6   chess.cpp
7   colors.cpp
8   icsverbose.cpp
9   king.cpp
10   knight.cpp
11   moveserializer.cpp
12   namer.cpp
13   pawn.cpp
14   rook.cpp
15   queen.cpp
16   san.cpp
17   state.cpp
18   validator.cpp
21 include_directories(${CMAKE_SOURCE_DIR}/src/)
23 kde4_add_plugin(taguachess ${taguachess_SRCS})
25 target_link_libraries(taguachess
26   taguacore
27   ${KDE4_KDECORE_LIBS}
30 install(TARGETS taguachess DESTINATION ${PLUGIN_INSTALL_DIR})
31 install(FILES tagua-chess.desktop DESTINATION ${SERVICES_INSTALL_DIR})