Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
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
WCCL
Commits
5273655c
Commit
5273655c
authored
13 years ago
by
Paweł Kędzia
Browse files
Options
Downloads
Patches
Plain Diff
(swig) Added CMake for swig project
parent
4470995b
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
-0
1 addition, 0 deletions
CMakeLists.txt
swig/CMakeLists.txt
+2
-2
2 additions, 2 deletions
swig/CMakeLists.txt
with
3 additions
and
2 deletions
CMakeLists.txt
+
1
−
0
View file @
5273655c
...
...
@@ -62,3 +62,4 @@ endif(MSVC OR BORLAND)
add_subdirectory
(
libwccl
)
add_subdirectory
(
wccl-apps
)
add_subdirectory
(
tests
)
add_subdirectory
(
swig
)
This diff is collapsed.
Click to expand it.
swig/CMakeLists.txt
+
2
−
2
View file @
5273655c
...
...
@@ -9,7 +9,7 @@ find_package(PwrUtils 1.0.1 REQUIRED)
set
(
PWRUTILS_LIBS
${
PwrUtils_LIBRARY
}
)
# find_package(Wccl 1.0.1 REQUIRED)
#
set(WCCL_LIBS
${Wccl_LIBRARY}
)
set
(
WCCL_LIBS
wccl
)
set
(
CORPUS2_PWR_WCCL_LIBS
${
CORPUS2_LIBS
}
${
PWRUTILS_LIBS
}
${
WCCL_LIBS
}
)
include_directories
(
${
Libwccl_SOURCE_DIR
}
"../libwccl"
)
...
...
@@ -43,7 +43,7 @@ SET(SWIG_SRC_DIR ${SWIG_DIR}/wccl)
SET_SOURCE_FILES_PROPERTIES
(
wccl.i PROPERTIES CPLUSPLUS ON
)
SET_SOURCE_FILES_PROPERTIES
(
wccl.i PROPERTIES SWIG_FLAGS
"-includeall"
)
SWIG_ADD_MODULE
(
wccl python wccl.i
)
SWIG_LINK_LIBRARIES
(
wccl
${
PYTHON_LIBRARIES
}
${
CORPUS2_PWR_WCCL_LIBS
}
)
SWIG_LINK_LIBRARIES
(
wccl
${
PYTHON_LIBRARIES
}
${
CORPUS2_PWR_WCCL_LIBS
}
antlr-pic
)
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
...
...
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