Skip to content
Snippets Groups Projects
Commit ee6d768d authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Revert "cleanup CMakeFile"

This reverts commit 190ea5b1.
parent 190ea5b1
No related branches found
No related tags found
1 merge request!466devel->main
Pipeline #13809 passed
...@@ -13,7 +13,7 @@ target_link_libraries(dummy ${PLUGIN_NAME}) ...@@ -13,7 +13,7 @@ target_link_libraries(dummy ${PLUGIN_NAME})
############# USE THIS TEST AS AN EXAMPLE ################# ############# USE THIS TEST AS AN EXAMPLE #################
# # # #
# Create a specific test executable for gtest_example # # Create a specific test executable for gtest_example #
# wolf_add_gtest(gtest_example gtest_example.cpp) # wolf_add_gtest(gtest_example gtest_example.cpp) #
# # # #
# OPTIONAL: if the gtest depends on the dummy library # # OPTIONAL: if the gtest depends on the dummy library #
# (used for implementing pure virtual base classes), # # (used for implementing pure virtual base classes), #
...@@ -52,9 +52,11 @@ target_link_libraries(gtest_factory PUBLIC dummy) ...@@ -52,9 +52,11 @@ target_link_libraries(gtest_factory PUBLIC dummy)
# FactoryStateBlock factory test # FactoryStateBlock factory test
wolf_add_gtest(gtest_factory_state_block gtest_factory_state_block.cpp) wolf_add_gtest(gtest_factory_state_block gtest_factory_state_block.cpp)
target_link_libraries(gtest_factory_state_block PUBLIC dummy)
# Node Emplace test # Node Emplace test
wolf_add_gtest(gtest_emplace gtest_emplace.cpp) wolf_add_gtest(gtest_emplace gtest_emplace.cpp)
target_link_libraries(gtest_emplace PUBLIC dummy)
# FeatureBase classes test # FeatureBase classes test
wolf_add_gtest(gtest_feature_base gtest_feature_base.cpp) wolf_add_gtest(gtest_feature_base gtest_feature_base.cpp)
......
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