Skip to content
Snippets Groups Projects

Resolve "port tests from qmake to cmake"

Merged Michael Scharfenberg requested to merge 102-port-tests-from-qmake-to-cmake into develop
Files
20
+ 1
1
@@ -85,7 +85,7 @@ if(WITH_SIMCORE OR WITH_TESTS)
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost COMPONENTS filesystem REQUIRED)
find_package(Qt5 COMPONENTS Concurrent Core Widgets Xml XmlPatterns REQUIRED)
find_package(Qt5 COMPONENTS Concurrent Core Widgets Xml XmlPatterns Test REQUIRED)
find_package(FMILibrary)
if(WITH_EXTENDED_OSI)
Loading