cmake_minimum_required(VERSION 2.8.3)
project(foo)
# Find the manif library
find_package(manif REQUIRED)
add_executable(${PROJECT_NAME} src/foo.cpp)
# Add include directories to the target
target_include_directories(${PROJECT_NAME} SYSTEM ${manif_INCLUDE_DIRS})
forked from artivis/manif
-
Notifications
You must be signed in to change notification settings - Fork 0
A small C++11 header-only library for Lie theory.
License
Summer2474/manif
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A small C++11 header-only library for Lie theory.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 91.3%
- Python 3.9%
- CMake 3.8%
- Other 1.0%