-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathblade.cmake
More file actions
18 lines (15 loc) · 770 Bytes
/
blade.cmake
File metadata and controls
18 lines (15 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ------------------------------------------------------------------
# File: src/makefiles/branch/blade.cmake
# Purpose: This is the CMake file for the blade branch.
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# Includes.
# ------------------------------------------------------------------
include("makefiles/branch/${BRANCH}/usermessages.cmake")
# ------------------------------------------------------------------
# Set the engine version.
# ------------------------------------------------------------------
Set(SOURCE_ENGINE "blade")
add_definitions(-DENGINE_BLADE -DUSE_PROTOBUF -DENGINE_BRANCH_BLADE)
Set(SOURCEPYTHON_LINK_LIBRARIES
legacy_stdio_definitions.lib)