Added Crazyhouse stub.
[tagua.git] / tests / hlvariants / CMakeLists.txt
blob51e922bdcc9d2d170dd243902a9405c4b674d8ff
1 set(main_dir "../../src")
3 SET(hl_SRC
4   ../cppunit_main.cpp
5   boardtest.cpp
6   chesspiecetest.cpp
7   chessgamestatetest.cpp
8   chessmovetest.cpp
9   chesslegalitytest.cpp
10   chesswrappedtest.cpp
11   chessserializationtest.cpp
12   pooltest.cpp
15 include_directories(
16   ${KDE4_INCLUDES}
17   ${Boost_INCLUDE_DIRS}
18   ${CMAKE_CURRENT_BINARY_DIR}
19   ${CMAKE_CURRENT_SOURCE_DIR}/${main_dir}
22 add_executable(hl_test ${hl_SRC})
23 target_link_libraries(hl_test taguaprivate ${CPPUNIT_LIBRARIES})
25 add_test(hl hl_test)