File CMakeLists.txt
Go to the source code of this file
Public Functions
| Type | Name |
|---|---|
| add_library (${PLUGIN_NAME} SHARED plugin.cpp plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_loading.hpp ${CMAKE_SOURCE_DIR}/include/illixr/iterators/csv_iterator.hpp ${CMAKE_SOURCE_DIR}/include/illixr/iterators/data_iterator.hpp ${CMAKE_SOURCE_DIR}/include/illixr/plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/poses/head_pose.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/imu.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/misc.hpp ${CMAKE_SOURCE_DIR}/include/illixr/switchboard.hpp ${CMAKE_SOURCE_DIR}/include/illixr/threadloop.) |
|
| if (WIN32 OR MSVC OR ANDROID) |
|
| PRIVATE cxx_std_17 | target_include_directories (${PLUGIN_NAME} PRIVATE ${ILLIXR_SOURCE_DIR}/) |
Public Functions Documentation
function add_library
add_library (
${PLUGIN_NAME} SHARED plugin.cpp plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_loading.hpp ${CMAKE_SOURCE_DIR}/include/illixr/iterators/csv_iterator.hpp ${CMAKE_SOURCE_DIR}/include/illixr/iterators/data_iterator.hpp ${CMAKE_SOURCE_DIR}/include/illixr/plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/poses/head_pose.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/imu.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/misc.hpp ${CMAKE_SOURCE_DIR}/include/illixr/switchboard.hpp ${CMAKE_SOURCE_DIR}/include/illixr/threadloop.
)
function if
if (
WIN32 OR MSVC OR ANDROID
)
function target_include_directories
PRIVATE cxx_std_17 target_include_directories (
${PLUGIN_NAME} PRIVATE ${ILLIXR_SOURCE_DIR}/
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/plugins/ground_truth_slam/CMakeLists.txt