Skip to content
Snippets Groups Projects
Commit 61f7a7f9 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Closes #229 (Creating dummy folder in tests for dummy testing classes)

parent 66ce83e5
No related branches found
No related tags found
No related merge requests found
Pipeline #3969 passed
......@@ -286,9 +286,6 @@ SET(HDRS_YAML
include/core/yaml/parser_yaml.hpp
include/core/yaml/yaml_conversion.h
)
SET(HDRS_DUMMY
test/dummy/factor_feature_dummy.h
)
#SOURCES
SET(SRCS_PROBLEM
src/problem/problem.cpp
......@@ -513,8 +510,6 @@ INSTALL(FILES ${HDRS_SERIALIZATION}
DESTINATION include/iri-algorithms/wolf/plugin_core/core/serialization)
INSTALL(FILES ${HDRS_YAML}
DESTINATION include/iri-algorithms/wolf/plugin_core/core/yaml)
INSTALL(FILES ${HDRS_DUMMY}
DESTINATION include/iri-algorithms/wolf/plugin_core/core/dummy)
FILE(WRITE ${PROJECT_NAME}.found "")
INSTALL(FILES ${PROJECT_NAME}.found
......
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