Files
rtabmap/app/CMakeLists.txt
T

6 lines
85 B
CMake

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