Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bct-cpp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIGAN
bct-cpp
Commits
bbef2276
Commit
bbef2276
authored
1 year ago
by
Andreas Mueller
Browse files
Options
Downloads
Patches
Plain Diff
Fix install dir.
parent
fa02a09d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
View file @
bbef2276
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment