##// END OF EJS Templates
Added missing GUI tests in meson build cfg...
Added missing GUI tests in meson build cfg Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1360:d88ad553a61d
r1489:2808c9bbd035
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}>/
)