Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
corpus2
Commits
4c75d486
Commit
4c75d486
authored
12 years ago
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
even more mingw build/install fixes
parent
8020f724
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libcorpus2/CMakeLists.txt
+1
-0
1 addition, 0 deletions
libcorpus2/CMakeLists.txt
libcorpus2_whole/CMakeLists.txt
+2
-0
2 additions, 0 deletions
libcorpus2_whole/CMakeLists.txt
libpwrutils/CMakeLists.txt
+1
-0
1 addition, 0 deletions
libpwrutils/CMakeLists.txt
with
4 additions
and
0 deletions
libcorpus2/CMakeLists.txt
+
1
−
0
View file @
4c75d486
...
...
@@ -100,6 +100,7 @@ set_target_properties(corpus2 PROPERTIES
SOVERSION
${
corpus2_ver_major
}
)
install
(
TARGETS corpus2
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
...
...
This diff is collapsed.
Click to expand it.
libcorpus2_whole/CMakeLists.txt
+
2
−
0
View file @
4c75d486
...
...
@@ -41,6 +41,8 @@ target_link_libraries(corpus2_whole corpus2 ${LIBS})
if
(
UNIX
)
install
(
TARGETS corpus2_whole
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
install
(
...
...
This diff is collapsed.
Click to expand it.
libpwrutils/CMakeLists.txt
+
1
−
0
View file @
4c75d486
...
...
@@ -53,6 +53,7 @@ set_target_properties(pwrutils PROPERTIES
SOVERSION
${
pwrutils_ver_major
}
)
install
(
TARGETS pwrutils
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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