File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include("${RED4EXT_CMAKE_DIR}/ConfigureDefaultOutputDirectories.cmake")
1414include ("${RED4EXT_CMAKE_DIR} /ConfigureResourceRc.cmake" )
1515include ("${RED4EXT_CMAKE_DIR} /ConfigureVersionFile.cmake" )
1616include ("${RED4EXT_CMAKE_DIR} /ConfigureVersionFromGit.cmake" )
17- include ("${RED4EXT_CMAKE_DIR} /TargetAppendOutputDirectory .cmake" )
17+ include ("${RED4EXT_CMAKE_DIR} /TargetOutputDirectory .cmake" )
1818
1919# ------------------------------------------------------------------------------
2020# Versioning
Original file line number Diff line number Diff line change 1- function (red4ext_target_append_output_directory TARGET DIRECTORY )
1+ function (red4ext_target_output_directory TARGET DIRECTORY )
22 foreach (CONFIGURATION ${CMAKE_CONFIGURATION_TYPES} )
33 string (TOUPPER ${CONFIGURATION} CONFIGURATION_UPPER)
44
Original file line number Diff line number Diff line change 11add_library (RED4ext.Playground SHARED )
22
3- red4ext_target_append_output_directory (
3+ red4ext_target_output_directory (
44 RED4ext.Playground
55 plugins
66)
You can’t perform that action at this time.
0 commit comments