mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
clean CMakeList
This commit is contained in:
parent
4aa6f4712e
commit
099e762b40
1 changed files with 1 additions and 8 deletions
|
@ -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/)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue