We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758a73 commit 0bcc36aCopy full SHA for 0bcc36a
ApplicationLibCode/UnitTests/CMakeLists.txt
@@ -156,7 +156,7 @@ endforeach()
156
add_custom_target(PreBuildFileCopyTest ${copyCommands})
157
set_property(TARGET PreBuildFileCopyTest PROPERTY FOLDER "FileCopyTargetsTest")
158
159
-add_executable(ResInsight-tests ${SOURCE_UNITTEST_FILES} main.cpp)
+qt_add_executable(ResInsight-tests ${SOURCE_UNITTEST_FILES} main.cpp)
160
161
# Make ResInsight-tests depend on the prebuild target.
162
add_dependencies(ResInsight-tests PreBuildFileCopyTest)
0 commit comments