Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
574b92e9
Verified
Commit
574b92e9
authored
May 26, 2020
by
Justin Carpentier
Browse files
cmake: fix assimp lib
Assimp seems to not be well packaged :(
parent
908ccfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
574b92e9
...
...
@@ -156,12 +156,14 @@ add_library(${LIBRARY_NAME}
ADD_SOURCE_GROUP
(
${
LIBRARY_NAME
}
_SOURCES
)
ADD_HEADER_GROUP
(
PROJECT_HEADERS_FULL_PATH
)
FIND_LIBRARY
(
ASSIMP_FULL_LIB NAMES assimp PATHS
${
ASSIMP_LIBRARY_DIRS
}
NO_DEFAULT_PATH
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
${
Boost_THREAD_LIBRARY
}
${
Boost_DATE_TIME_LIBRARY
}
${
Boost_SYSTEM_LIBRARY
}
${
ASSIMP_
LIBRARY_DIRS
}
/
${
ASSIMP_LIBRARIES
}
${
ASSIMP_
FULL_LIB
}
# assimp::assimp # Not working
# Boost::thread
# Boost::date_time
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment