early-access version 4001

This commit is contained in:
pineappleEA
2023-12-01 01:15:16 +01:00
parent 49f8c57d33
commit f48b734181
8 changed files with 412 additions and 9 deletions

View File

@@ -193,8 +193,10 @@ if (ANDROID)
endif()
endif()
if (UNIX AND NOT APPLE)
add_subdirectory(gamemode)
if (UNIX AND NOT APPLE AND NOT TARGET gamemode::headers)
add_library(gamemode INTERFACE)
target_include_directories(gamemode INTERFACE gamemode)
add_library(gamemode::headers ALIAS gamemode)
endif()
# Breakpad