Skip to content
Snippets Groups Projects
Commit 76153f9a authored by Ian Bell's avatar Ian Bell
Browse files

This time with feeling

parent 6f5402af
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,11 @@ if (MSVC) ...@@ -35,12 +35,11 @@ if (MSVC)
endif() endif()
target_link_libraries(multifluid autodiff) target_link_libraries(multifluid autodiff)
add_executable(test_autodiff "${CMAKE_CURRENT_SOURCE_DIR}/src/test_autodiff.cpp") # add_executable(test_autodiff "${CMAKE_CURRENT_SOURCE_DIR}/src/test_autodiff.cpp")
if (MSVC) # if (MSVC)
target_sources(test_autodiff PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/externals/Eigen/debug/msvc/eigen.natvis") # target_sources(test_autodiff PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/externals/Eigen/debug/msvc/eigen.natvis")
endif() # endif()
target_link_libraries(test_autodiff autodiff) # target_link_libraries(test_autodiff autodiff)
add_executable(catch_tests "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/catch_tests.cxx") add_executable(catch_tests "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/catch_tests.cxx")
if (MSVC) if (MSVC)
......
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