You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Enable optional minimal SteamAPI integration for usage time tracking (editor only).
This commit is contained in:
@@ -10,6 +10,9 @@ env_main = env.Clone()
|
||||
|
||||
env_main.add_source_files(env.main_sources, "*.cpp")
|
||||
|
||||
if env["steamapi"] and env.editor_build:
|
||||
env_main.Append(CPPDEFINES=["STEAMAPI_ENABLED"])
|
||||
|
||||
if env["tests"]:
|
||||
env_main.Append(CPPDEFINES=["TESTS_ENABLED"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user