clean CMakeList

This commit is contained in:
Shuo Feng 2024-02-01 17:00:15 -05:00
parent 4aa6f4712e
commit 099e762b40
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1

View file

@ -26,17 +26,10 @@ set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)
set(CMAKE_PREFIX_PATH # Include Eigen
/encs # For ENCS lab computers
/opt/local # Macports
)
include_directories(/usr/include/eigen3) include_directories(/usr/include/eigen3)
# If you need too manually add the paths to your Eigen library, you can add it here
# do not delete the other
# These folders include some important header files including the header files for your own solution # These folders include some important header files including the header files for your own solution
#do not remove
include_directories(src/) include_directories(src/)
include_directories(external/) include_directories(external/)