- highlight goals updated less than 5 minutes ago
[buliscores] / qjson / tests / cmdline_tester / CMakeLists.txt
1 ##### Probably don't want to edit below this line #####
2
3 # Use it
4 INCLUDE( ${QT_USE_FILE} )
5
6 INCLUDE(AddFileDependencies)
7
8 # Include the library include directories, and the current build directory (moc)
9 INCLUDE_DIRECTORIES(
10   ../../src
11   ${CMAKE_CURRENT_BINARY_DIR}
12 )
13
14 ADD_EXECUTABLE(
15   cmdline_tester
16   cmdline_tester.cpp
17 )
18
19 TARGET_LINK_LIBRARIES(
20   cmdline_tester
21   ${QT_LIBRARIES}
22   qjson
23 )