Skip to content

Commit 8df4a68

Browse files
committed
Rename red4ext_target_append_output_directory back to red4ext_target_output_directory
1 parent c181570 commit 8df4a68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include("${RED4EXT_CMAKE_DIR}/ConfigureDefaultOutputDirectories.cmake")
1414
include("${RED4EXT_CMAKE_DIR}/ConfigureResourceRc.cmake")
1515
include("${RED4EXT_CMAKE_DIR}/ConfigureVersionFile.cmake")
1616
include("${RED4EXT_CMAKE_DIR}/ConfigureVersionFromGit.cmake")
17-
include("${RED4EXT_CMAKE_DIR}/TargetAppendOutputDirectory.cmake")
17+
include("${RED4EXT_CMAKE_DIR}/TargetOutputDirectory.cmake")
1818

1919
# ------------------------------------------------------------------------------
2020
# Versioning
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

src/playground/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_library(RED4ext.Playground SHARED)
22

3-
red4ext_target_append_output_directory(
3+
red4ext_target_output_directory(
44
RED4ext.Playground
55
plugins
66
)

0 commit comments

Comments
 (0)