Files
2025-07-14 11:34:38 +08:00

6 lines
85 B
CMake

IF(ANDROID)
ADD_SUBDIRECTORY( android )
ELSE()
ADD_SUBDIRECTORY( src )
ENDIF()