1
0
This commit is contained in:
sfan5
2023-09-17 23:40:31 +02:00
parent 679dfd3343
commit 4ca90e3dfd
5 changed files with 103 additions and 2 deletions

View File

@@ -2,9 +2,9 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(IRREXAMPLES
# removed
LoadTexture
)
if(UNIX)
if(FALSE)
list(APPEND IRREXAMPLES AutomatedTest)
endif()