2 Commits

Author SHA1 Message Date
e5cfd25fcc Merge remote-tracking branch 'origin/main' 2024-06-17 13:51:29 -04:00
b0793828f6 Try to make dependency private 2024-06-17 13:51:18 -04:00

View File

@@ -48,7 +48,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})