Skip to content

Commit 2955a44

Browse files
committed
Add missing bullet include to DARTConfig.cmake.in
1 parent e6eeba6 commit 2955a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/DARTConfig.cmake.in

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
1111
set(DART_INCLUDE_DIRS
1212
"@CMAKE_INSTALL_PREFIX@/include"
1313
"@Eigen_INCLUDE_DIRS@"
14+
"@BULLET_INCLUDE_DIRS@"
1415
)
1516

1617
set(DART_LIBRARY_DIRS "@CMAKE_INSTALL_PREFIX@/lib" "@Boost_LIBRARY_DIRS@")

0 commit comments

Comments
 (0)