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)
323323 string (
324324 CONCAT
325325 GODOTCPP_SUFFIX
326-  "$<1:. ${SYSTEM_NAME} >" 
326+  "$<1:${SYSTEM_NAME} >" 
327327 "$<1:.${GODOTCPP_TARGET} >" 
328328 "$<${IS_DEV_BUILD} :.dev>" 
329329 "$<$<STREQUAL:${GODOTCPP_PRECISION} ,double>:.double>" 
@@ -365,7 +365,7 @@ function(godotcpp_generate)
365365 BUILD_RPATH_USE_ORIGIN ON 
366366
367367 PREFIX  "lib" 
368-  OUTPUT_NAME  "${PROJECT_NAME}${GODOTCPP_SUFFIX} " 
368+  OUTPUT_NAME  "${PROJECT_NAME} . ${GODOTCPP_SUFFIX} " 
369369
370370 ARCHIVE_OUTPUT_DIRECTORY  "$<1:${CMAKE_BINARY_DIR} /bin>" 
371371
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ set_target_properties(
5252 PDB_OUTPUT_DIRECTORY  "$<1:${OUTPUT_DIR} >"  #MSVC Only, ignored on other platforms 
5353
5454 PREFIX  "lib" 
55-  OUTPUT_NAME  "gdexample${GODOTCPP_SUFFIX} " 
55+  OUTPUT_NAME  "gdexample. ${GODOTCPP_SUFFIX} " 
5656 # TODO rename the file for both CMake and SCons 
5757
5858 # Some IDE's respect this property to logically group targets 
                         You can’t perform that action at this time. 
           
                  
0 commit comments