Skip to content

Commit d62c2c4

Browse files
committed
cmake: rename DaemonBuildInfo as DaemonSourceGenerator
1 parent 83cc4b3 commit d62c2c4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (Daemon_OUT)
7575
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${Daemon_OUT})
7676
endif()
7777

78-
include(DaemonBuildInfo)
78+
include(DaemonSourceGenerator)
7979
include(DaemonPlatform)
8080

8181
################################################################################

cmake/DaemonGame.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ option(BUILD_GAME_NATIVE_DLL "Build the shared library files, mostly useful for
3939
option(BUILD_GAME_NATIVE_EXE "Build native executable, which might be used for better performances by server owners" OFF)
4040

4141
include(ExternalProject)
42-
include(DaemonBuildInfo)
42+
include(DaemonSourceGenerator)
4343
include(DaemonPlatform)
4444

4545
# Do not report unused native compiler if native vms are not built.
File renamed without changes.

0 commit comments

Comments
 (0)