Skip to content

Commit

Permalink
archive dir as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 5, 2023
1 parent bf50638 commit 6bf117f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(compas_libigl)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/compas_libigl)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/compas_libigl)

# Eigen
if(WIN32)
Expand Down

0 comments on commit 6bf117f

Please sign in to comment.