fix file cmake
This commit is contained in:
@@ -29,7 +29,7 @@ target_include_directories(voxel_grid
|
|||||||
|
|
||||||
# Install targets
|
# Install targets
|
||||||
install(TARGETS voxel_grid
|
install(TARGETS voxel_grid
|
||||||
EXPORT voxel_grid
|
EXPORT voxel_gridTargets
|
||||||
ARCHIVE DESTINATION lib
|
ARCHIVE DESTINATION lib
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
@@ -41,6 +41,10 @@ install(DIRECTORY include/${PROJECT_NAME}/
|
|||||||
DESTINATION include/${PROJECT_NAME}
|
DESTINATION include/${PROJECT_NAME}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(EXPORT voxel_gridTargets
|
||||||
|
DESTINATION lib/cmake/voxel_grid)
|
||||||
|
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user