Try to make dependency private

This commit is contained in:
2024-06-17 13:51:18 -04:00
parent 8df5a62597
commit b0793828f6

View File

@@ -42,7 +42,7 @@ install(FILES ${jlog_HEADERS} DESTINATION include/${PROJECT_NAME})
#add_subdirectory(tests)
target_link_libraries(jlog PUBLIC Event)
target_link_libraries(jlog PRIVATE Event)
add_executable(LoggerDemo main.cpp)
target_link_libraries(LoggerDemo PUBLIC ${PROJECT_NAME})