Skip to content
Snippets Groups Projects
Commit bbef2276 authored by Andreas Mueller's avatar Andreas Mueller
Browse files

Fix install dir.

parent fa02a09d
Branches
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ target_link_libraries(${PROJECT_NAME} ${GSL_LIBRARIES}) ...@@ -29,10 +29,10 @@ target_link_libraries(${PROJECT_NAME} ${GSL_LIBRARIES})
# Installation # Installation
install( install(
TARGETS bct TARGETS bct
DESTINATION dist/lib) DESTINATION lib)
install( install(
FILES trunk/bct.h trunk/precision.h FILES trunk/bct.h trunk/precision.h
DESTINATION dist/include/bct) DESTINATION include/bct)
install( install(
FILES trunk/matlab/matlab.h trunk/matlab/sort.h FILES trunk/matlab/matlab.h trunk/matlab/sort.h
DESTINATION dist/include/bct/matlab) DESTINATION include/bct/matlab)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment