Skip to content

Commit 1d8abe5

Browse files
committed
build(examples): Add world_helpers_example target
Add CMake target for World helper functions example demonstrating the new ergonomic construction API. Links against OpenPFC library. Part of User Story #30.
1 parent d0a608b commit 1d8abe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ target_link_libraries(diffusion_model_with_custom_initial_condition PRIVATE Open
5757

5858
add_executable(json_read json_read.cpp)
5959
target_link_libraries(json_read PRIVATE nlohmann_json::nlohmann_json)
60+
61+
add_executable(world_helpers_example world_helpers_example.cpp)
62+
target_link_libraries(world_helpers_example PRIVATE OpenPFC)

0 commit comments

Comments
 (0)