mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
feat: add golemrunner executable and link with IPhreeqcPOET
This commit is contained in:
parent
4115cbdce9
commit
c956228ebd
@ -59,4 +59,7 @@ if (BUILD_TESTING AND STANDALONE_BUILD)
|
|||||||
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
gtest_discover_tests(poet_test)
|
gtest_discover_tests(poet_test)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_executable(golemrunner test/testGolemRunner.cpp)
|
||||||
|
target_link_libraries(golemrunner IPhreeqcPOET)
|
||||||
Loading…
x
Reference in New Issue
Block a user