1
0
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:
bruvzg
2022-01-12 16:01:08 +02:00
parent 60844997bb
commit c34d64669e
5 changed files with 214 additions and 0 deletions

View File

@@ -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"])