Skip to content

Commit

Permalink
GH-529 Add Boost::heap
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 18, 2024
1 parent a81dd0f commit 10673fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/custom_appbase/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(custom_appbase INTERFACE)
target_include_directories(custom_appbase INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(custom_appbase INTERFACE appbase)
target_link_libraries(custom_appbase INTERFACE appbase Boost::heap)

add_subdirectory(tests)

0 comments on commit 10673fc

Please sign in to comment.