Skip to content

Commit

Permalink
🎨 Remove superfluous link targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ystade committed Mar 3, 2025
1 parent f53c36c commit 99321f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/na/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ if(NOT TARGET ${MQT_CORE_TARGET_NAME}-na)
add_library(${MQT_CORE_TARGET_NAME}-na ${NA_HEADERS} ${NA_SOURCES})

# add link libraries
target_link_libraries(
${MQT_CORE_TARGET_NAME}-na
PUBLIC MQT::CoreIR MQT::CoreDS
PRIVATE MQT::ProjectOptions MQT::ProjectWarnings)
target_link_libraries(${MQT_CORE_TARGET_NAME}-na PRIVATE MQT::ProjectOptions MQT::ProjectWarnings)

# set include directories
target_include_directories(
Expand Down

0 comments on commit 99321f9

Please sign in to comment.