We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eeba6 commit 2955a44Copy full SHA for 2955a44
cmake/DARTConfig.cmake.in
@@ -11,6 +11,7 @@ get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
11
set(DART_INCLUDE_DIRS
12
"@CMAKE_INSTALL_PREFIX@/include"
13
"@Eigen_INCLUDE_DIRS@"
14
+ "@BULLET_INCLUDE_DIRS@"
15
)
16
17
set(DART_LIBRARY_DIRS "@CMAKE_INSTALL_PREFIX@/lib" "@Boost_LIBRARY_DIRS@")
0 commit comments