This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Livox-SDK/cmake/variables-and-options.cmake
T
2024-01-11 16:10:43 +01:00

9 lines
280 B
CMake

# This variable is set by project() in CMake 3.21+
string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}" PROJECT_IS_TOP_LEVEL)
if(PROJECT_IS_TOP_LEVEL)
option(shared_DEVELOPER_MODE "Enable developer mode" OFF)
endif()
option(BUILD_SAMPLES "Build the samples" OFF)