Skip to content

Commit 67bafbd

Browse files
author
Vano
committed
Merge branch 'next'
2 parents 366457f + e04cb51 commit 67bafbd

File tree

5 files changed

+191
-60
lines changed

5 files changed

+191
-60
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ git submodule update --init external/cppscript
7979
8080
# ...
8181
82-
# Get list of headers (*.hpp only)
82+
# Get list of headers (Prefer *.hpp files)
8383
scripts = GlobRecursive('src', '*.hpp')
8484
8585
# Create target, returns generated .cpp files list
@@ -144,7 +144,7 @@ git submodule update --init external/cppscript
144144
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/external/cppscript")
145145
include(godot-cppscript)
146146
147-
# Get header files (.hpp only)
147+
# Get header files (Prefer .hpp files)
148148
file(GLOB_RECURSE CPPSCRIPT_HEADERS src/*.hpp)
149149
150150
# Call function to configure your target

0 commit comments

Comments
 (0)