Skip to content

Commit

Permalink
Added libmama link for C++ resource pool tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Quinn <[email protected]>
  • Loading branch information
fquinner committed Jun 14, 2022
1 parent cb22d87 commit 8b030a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/cpp/02-resourcepool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ include_directories(${OPENMAMA_ROOT}/include)
link_directories(${OPENMAMA_ROOT}/lib)

add_executable(resourcepoolcpp resourcepool.cpp)
target_link_libraries(resourcepoolcpp mamacpp wombatcommon)
target_link_libraries(resourcepoolcpp mama mamacpp wombatcommon)

0 comments on commit 8b030a3

Please sign in to comment.