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
8020f724
Commit
8020f724
authored
12 years ago
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
more mingw build/install fixes
parent
0c62e4eb
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
corpus2tools/CMakeLists.txt
+0
-2
0 additions, 2 deletions
corpus2tools/CMakeLists.txt
libcorpus2/CMakeLists.txt
+1
-2
1 addition, 2 deletions
libcorpus2/CMakeLists.txt
libpwrutils/CMakeLists.txt
+1
-2
1 addition, 2 deletions
libpwrutils/CMakeLists.txt
swig/CMakeLists.txt
+5
-5
5 additions, 5 deletions
swig/CMakeLists.txt
with
7 additions
and
11 deletions
corpus2tools/CMakeLists.txt
+
0
−
2
View file @
8020f724
...
...
@@ -21,7 +21,6 @@ add_executable( tagset-tool tagset-tool.cpp )
add_executable
(
corpus2get corpus2get.cpp
)
target_link_libraries
(
tagset-tool corpus2 pwrutils
${
Boost_LIBRARIES
}
${
LIBS
}
)
target_link_libraries
(
corpus2get corpus2 pwrutils
${
Boost_LIBRARIES
}
${
LIBS
}
)
if
(
UNIX
)
install
(
TARGETS tagset-tool corpus2get
RUNTIME DESTINATION bin
)
...
...
@@ -29,4 +28,3 @@ if(UNIX)
DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
endif
(
UNIX
)
This diff is collapsed.
Click to expand it.
libcorpus2/CMakeLists.txt
+
1
−
2
View file @
8020f724
...
...
@@ -99,8 +99,8 @@ set_target_properties(corpus2 PROPERTIES
VERSION
"
${
corpus2_ver_major
}
.
${
corpus2_ver_minor
}
"
SOVERSION
${
corpus2_ver_major
}
)
if
(
UNIX
)
install
(
TARGETS corpus2
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
install
(
...
...
@@ -126,5 +126,4 @@ if(UNIX)
PATTERN
".svn"
EXCLUDE
PATTERN
"local/*"
EXCLUDE
)
endif
(
UNIX
)
This diff is collapsed.
Click to expand it.
libpwrutils/CMakeLists.txt
+
1
−
2
View file @
8020f724
...
...
@@ -52,8 +52,8 @@ set_target_properties(pwrutils PROPERTIES
VERSION
"
${
pwrutils_ver_major
}
.
${
pwrutils_ver_minor
}
"
SOVERSION
${
pwrutils_ver_major
}
)
if
(
UNIX
)
install
(
TARGETS pwrutils
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
install
(
...
...
@@ -70,5 +70,4 @@ if(UNIX)
DESTINATION include
FILES_MATCHING PATTERN
"version.h"
)
endif
(
UNIX
)
This diff is collapsed.
Click to expand it.
swig/CMakeLists.txt
+
5
−
5
View file @
8020f724
...
...
@@ -105,8 +105,8 @@ install(
# Install SWIG files
# -----------------------------------------------------------------------------
install
(
FILES
${
I_FILES
}
DESTINATION
${
SWIG_SRC_DIR
}
PERMISSIONS
${
PERM_SCRIPTS
}
)
#
install(
#
FILES ${I_FILES}
#
DESTINATION ${SWIG_SRC_DIR}
#
PERMISSIONS ${PERM_SCRIPTS}
#
)
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