Skip to content

Commit

Permalink
Merge pull request #24 from MattiaMontanari/fixUbuntu
Browse files Browse the repository at this point in the history
Fix ubuntu build
  • Loading branch information
MattiaMontanari committed Jul 9, 2022
2 parents 0955705 + a6facc1 commit c473299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ add_library(${PROJECT_NAME}
${GK_PUBLIC_HEADER_DIR}/openGJK/openGJK.h
)

target_link_libraries(${PROJECT_NAME} m)

target_include_directories(
${PROJECT_NAME}
PUBLIC
Expand Down

0 comments on commit c473299

Please sign in to comment.