Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 56d8233

Browse files
authored
fix: link dependencies publicly
link libraries PUBLICLY so other targets can find Qt, GLFW and such when importing this module
1 parent 05bbeb1 commit 56d8233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ set(LIBRARY_DEPENDENCIES
3636
Qt6::QuickControls2
3737
glfw3)
3838

39-
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE ${LIBRARY_DEPENDENCIES})
39+
target_link_libraries(${CMAKE_PROJECT_NAME} PUBLIC ${LIBRARY_DEPENDENCIES})

0 commit comments

Comments
 (0)