Skip to content

Commit

Permalink
CMake Dependencies for surge-xt should be Private (#5094)
Browse files Browse the repository at this point in the history
This speeds up builds by reducing an uneeded rebuild of some
juce sub-libs
  • Loading branch information
baconpaul authored Sep 15, 2021
1 parent 9a1f37d commit fafe52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ if (BUILD_SURGE_XT)
endif ()
endif ()

target_link_libraries(surge-xt PUBLIC
target_link_libraries(surge-xt PRIVATE
surge::airwindows
surge::filesystem
surge::tinyxml
Expand Down

0 comments on commit fafe52f

Please sign in to comment.