Skip to content

Commit

Permalink
move GODOTCPP_SOURCES to the private section as they are all cpp files.
Browse files Browse the repository at this point in the history
  • Loading branch information
enetheru committed Sep 20, 2024
1 parent c51489b commit 4bb08a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/godotcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ function( godotcpp_generate )
include( cmake/sources.cmake )
target_sources( ${PROJECT_NAME}
PUBLIC
${GODOTCPP_SOURCES}
${GODOTCPP_HEADERS}
PRIVATE
${GODOTCPP_SOURCES}
${GENERATED_FILES_LIST}
)

Expand Down

0 comments on commit 4bb08a9

Please sign in to comment.