File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ function(godotcpp_generate)
323
323
string (
324
324
CONCAT
325
325
GODOTCPP_SUFFIX
326
- "$<1:. ${SYSTEM_NAME} >"
326
+ "$<1:${SYSTEM_NAME} >"
327
327
"$<1:.${GODOTCPP_TARGET} >"
328
328
"$<${IS_DEV_BUILD} :.dev>"
329
329
"$<$<STREQUAL:${GODOTCPP_PRECISION} ,double>:.double>"
@@ -365,7 +365,7 @@ function(godotcpp_generate)
365
365
BUILD_RPATH_USE_ORIGIN ON
366
366
367
367
PREFIX "lib"
368
- OUTPUT_NAME "${PROJECT_NAME}${GODOTCPP_SUFFIX} "
368
+ OUTPUT_NAME "${PROJECT_NAME} . ${GODOTCPP_SUFFIX} "
369
369
370
370
ARCHIVE_OUTPUT_DIRECTORY "$<1:${CMAKE_BINARY_DIR} /bin>"
371
371
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ set_target_properties(
52
52
PDB_OUTPUT_DIRECTORY "$<1:${OUTPUT_DIR} >" #MSVC Only, ignored on other platforms
53
53
54
54
PREFIX "lib"
55
- OUTPUT_NAME "gdexample${GODOTCPP_SUFFIX} "
55
+ OUTPUT_NAME "gdexample. ${GODOTCPP_SUFFIX} "
56
56
# TODO rename the file for both CMake and SCons
57
57
58
58
# Some IDE's respect this property to logically group targets
You can’t perform that action at this time.
0 commit comments