Skip to content

Commit

Permalink
See what making Assertion publicly linked in com changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro committed Jan 14, 2025
1 parent 0bcee48 commit af9068a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Source/com/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ target_link_libraries(${TARGET}
PRIVATE
${NAMESPACE}Core::${NAMESPACE}Core
${NAMESPACE}Messaging::${NAMESPACE}Messaging
${NAMESPACE}Assertion::${NAMESPACE}Assertion
CompileSettingsDebug::CompileSettingsDebug
)

target_link_libraries(${TARGET}
PUBLIC
${NAMESPACE}Assertion::${NAMESPACE}Assertion
)
# target_link_libraries(${TARGET}
# PUBLIC
# ${NAMESPACE}Assertion::${NAMESPACE}Assertion
# )

if (WARNING_REPORTING)
target_compile_definitions(${TARGET}
Expand Down

0 comments on commit af9068a

Please sign in to comment.