Skip to content

Commit

Permalink
🩹 temporary fix for linker
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Aug 13, 2024
1 parent 94a4516 commit 0f99bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT TARGET ${MQT_CORE_TARGET_NAME}-dd)
target_link_libraries(
${MQT_CORE_TARGET_NAME}-dd
PUBLIC MQT::CoreIR nlohmann_json::nlohmann_json
PRIVATE MQT::ProjectOptions MQT::ProjectWarnings)
PRIVATE MQT::ProjectOptions MQT::ProjectWarnings MQT::CoreAlgo)

# add include directories
target_include_directories(
Expand Down

0 comments on commit 0f99bcb

Please sign in to comment.