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
8b8983e9
Commit
8b8983e9
authored
13 years ago
by
ilor
Browse files
Options
Downloads
Patches
Plain Diff
fix self-dependency in swig cmake, reenable swig in main cmakelists
parent
475dc9a7
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
swig/CMakeLists.txt
+4
-4
4 additions, 4 deletions
swig/CMakeLists.txt
with
5 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
8b8983e9
...
...
@@ -67,5 +67,5 @@ add_subdirectory(libpwrutils)
add_subdirectory
(
libcorpus2
)
add_subdirectory
(
tagset-tool
)
add_subdirectory
(
tests
)
#
add_subdirectory(swig)
add_subdirectory
(
swig
)
This diff is collapsed.
Click to expand it.
swig/CMakeLists.txt
+
4
−
4
View file @
8b8983e9
...
...
@@ -2,11 +2,11 @@
PROJECT
(
corpus2SwigWrap
)
find_package
(
Corpus2 1.0.8 REQUIRED
)
set
(
CORPUS2_LIBS
${
C
orpus2
_LIBRARY
}
)
#
find_package(Corpus2 1.0.8 REQUIRED)
set
(
CORPUS2_LIBS
c
orpus2
)
find_package
(
PwrUtils 1.0.1 REQUIRED
)
set
(
PWRUTILS_LIBS
${
P
wr
U
tils
_LIBRARY
}
)
#
find_package(PwrUtils 1.0.1 REQUIRED)
set
(
PWRUTILS_LIBS
p
wr
u
tils
)
set
(
CORPUS2_PWR_LIBS
${
CORPUS2_LIBS
}
${
PWRUTILS_LIBS
}
)
include_directories
(
${
Libcorpus2_SOURCE_DIR
}
"../libcorpus2"
)
...
...
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