feat: add golemrunner executable and link with IPhreeqcPOET

This commit is contained in:
Max Lübke 2024-12-03 09:33:18 +00:00
parent 4115cbdce9
commit c956228ebd

View File

@ -59,4 +59,7 @@ if (BUILD_TESTING AND STANDALONE_BUILD)
include(GoogleTest)
gtest_discover_tests(poet_test)
endif()
endif()
add_executable(golemrunner test/testGolemRunner.cpp)
target_link_libraries(golemrunner IPhreeqcPOET)