Skip to content
Snippets Groups Projects
Commit 3f8d73d1 authored by mkirsz's avatar mkirsz
Browse files

Embedding config.toml

parent fff0e531
No related branches found
No related tags found
No related merge requests found
Pipeline #33583 failed
...@@ -3,7 +3,8 @@ file(GLOB tests_src "*.cpp") ...@@ -3,7 +3,8 @@ file(GLOB tests_src "*.cpp")
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/tests_data DESTINATION .) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/tests_data DESTINATION .)
add_executable(test_mlip ${tests_src}) add_executable(test_mlip ${tests_src})
target_link_libraries(test_mlip PRIVATE Catch2 tadah.mlip tadah.core tadah.models) target_link_libraries(test_mlip PRIVATE
Catch2 tadah.mlip tadah.core tadah.models config::rc)
if(TADAH_ENABLE_OPENMP) if(TADAH_ENABLE_OPENMP)
find_package(OpenMP REQUIRED) find_package(OpenMP REQUIRED)
......
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