VUI/Source/Platform/CMakeLists.txt
2025-05-29 13:21:19 +02:00

5 lines
No EOL
152 B
CMake

if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
add_subdirectory(Linux)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_subdirectory(Windows)
endif ()