Fixed cmakes on windows
This commit is contained in:
@@ -50,7 +50,7 @@ function(tool_vnscene in)
|
||||
set(DEPS vnscenetool)
|
||||
endif()
|
||||
|
||||
STRING(REGEX REPLACE "[\.|\\|\/]" "-" scene_name ${in})
|
||||
STRING(REGEX REPLACE "[\.|\\|\/|\:]" "-" scene_name ${in})
|
||||
add_custom_target(scene_${scene_name}
|
||||
COMMAND vnscenetool --input="${in}" --output="${DAWN_GENERATED_DIR}/generatedscenes"
|
||||
COMMENT "Generating vnscene from ${in}"
|
||||
|
Reference in New Issue
Block a user