Skip to content

Commit

Permalink
Merge pull request #12 from xuc5/users/xuc5/test
Browse files Browse the repository at this point in the history
Change the CMakeLists.txt for building sucess.
  • Loading branch information
CHH3213 authored May 25, 2024
2 parents 3cc0432 + f4e7085 commit c8bc45c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project(chhRobotics_CPP)

set(CMAKE_CXX_STANDARD 14)

find_package(Eigen3 REQUIRED)
include_directories(${EIGEN3_INCLUDE_DIR})

#include(GNUInstallDirs)
set(PACKAGE_NAME chhRobotics_CPP)
Expand Down
9 changes: 9 additions & 0 deletions PathTracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ project(chhRobotics_CPP)

set(CMAKE_CXX_STANDARD 14)

#include(GNUInstallDirs)
set(PACKAGE_NAME chhRobotics_CPP)


# Library target
# add_library(chhRobotics_CPP INTERFACE)

include_directories(/usr/include/python3.10)
include_directories(/usr/local/lib/python3.10/dist-packages/numpy/core/include)

find_package(Eigen3 REQUIRED)
include_directories(${EIGEN3_INCLUDE_DIR})
Expand Down

0 comments on commit c8bc45c

Please sign in to comment.