From c956228ebd4cb6077cbf3ae4e9045c4edb5b0ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Tue, 3 Dec 2024 09:33:18 +0000 Subject: [PATCH] feat: add golemrunner executable and link with IPhreeqcPOET --- poet/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/poet/CMakeLists.txt b/poet/CMakeLists.txt index 59f48b38..19e315c5 100644 --- a/poet/CMakeLists.txt +++ b/poet/CMakeLists.txt @@ -59,4 +59,7 @@ if (BUILD_TESTING AND STANDALONE_BUILD) include(GoogleTest) gtest_discover_tests(poet_test) -endif() \ No newline at end of file +endif() + +add_executable(golemrunner test/testGolemRunner.cpp) +target_link_libraries(golemrunner IPhreeqcPOET) \ No newline at end of file