Skip to content
Snippets Groups Projects
Commit 0fb1e847 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

[fix] Fix compiling error in versiondocs ()

Merging branch 'fix'  into 'main'.

See merge request !1952
parents f2628d7a 7017715a
No related branches found
No related tags found
1 merge request!1952Fix compiling error in versiondocs
Pipeline #112181 failed
...@@ -6,6 +6,8 @@ file(GLOB source_files *.cpp) ...@@ -6,6 +6,8 @@ file(GLOB source_files *.cpp)
add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp) add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
target_include_directories(${test} PUBLIC ${CMAKE_SOURCE_DIR})
target_link_libraries(${test} BornAgainGUI gtest) target_link_libraries(${test} BornAgainGUI gtest)
gtest_discover_tests(${test} DISCOVERY_TIMEOUT 300 TEST_PREFIX Functional.GUIProjectCompatibility.) gtest_discover_tests(${test} DISCOVERY_TIMEOUT 300 TEST_PREFIX Functional.GUIProjectCompatibility.)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment