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/CMakeLists.txt
T
Livox-SDK ba2af205cc feature:
1.Add spdlog to save log file
2.Add program options to connect specific broadcast code and decide whether to save log file
3.Add comments in readme for windows 64-bit project compilation
2019-04-12 10:09:56 +08:00

13 lines
242 B
CMake
Executable File

cmake_minimum_required(VERSION 3.0)
project(livox_sdk)
set(CMAKE_CXX_STANDARD 11)
message(STATUS "main project dir: " ${PROJECT_SOURCE_DIR})
add_subdirectory(sdk_core sdk_core)
add_subdirectory(sample/hub)
add_subdirectory(sample/lidar)