Navigation Menu

Skip to content

Commit

Permalink
Use Dynamic allocation for Eigen.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Jan 12, 2021
1 parent 6f4342d commit 32241c7
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -263,6 +263,8 @@ else()
add_executable(diamond $<TARGET_OBJECTS:arch_generic> ${OBJECTS})
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")

target_include_directories(diamond PRIVATE
"${ZLIB_INCLUDE_DIR}"
"${CMAKE_SOURCE_DIR}/src/lib")
Expand Down

0 comments on commit 32241c7

Please sign in to comment.