##// END OF EJS Templates
Updated OSX build with Python bundled inside SciQLop and also stick to Meson 0.49.1...
Updated OSX build with Python bundled inside SciQLop and also stick to Meson 0.49.1 Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1360:d88ad553a61d
r1453:157b5409d318
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}>/
)