##// END OF EJS Templates
Added missing json dep...
Added missing json dep Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1360:d88ad553a61d
r1412:70fb4d7e2da2
Show More
CMakeLists.txt
10 lines | 312 B | text/plain | TextLexer
FILE (GLOB_RECURSE GUITestUtilsSources
GUITestUtils.h
GUITestUtils.cpp
)
add_library(GUITestUtils ${GUITestUtilsSources})
target_link_libraries(GUITestUtils Qt5::Gui Qt5::Widgets Qt5::Test sciqlopgui)
target_include_directories(GUITestUtils PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/
)