Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Guilhem Saurel
jrl-walkgen
Commits
4179c0fd
Commit
4179c0fd
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Use PKG_CONFIG_USE_DEPENDENCY new macro to import dependency flags properly.
parent
70a0e580
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake
+1
-1
1 addition, 1 deletion
cmake
src/CMakeLists.txt
+2
-4
2 additions, 4 deletions
src/CMakeLists.txt
with
3 additions
and
5 deletions
cmake
@
432b255f
Compare
1e8ceff5
...
432b255f
Subproject commit
1e8ceff5396490032f0fbbc78afaa00bc48baa0f
Subproject commit
432b255fc48d26a36bbd8c9d329d4e45c438613c
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
4
View file @
4179c0fd
...
...
@@ -13,9 +13,6 @@
# received a copy of the GNU Lesser General Public License along with
# jrl-walkgen. If not, see <http://www.gnu.org/licenses/>.
# Import jrl-mal flags.
INCLUDE_DIRECTORIES
(
${
JRL_MAL_INCLUDEDIR
}
)
# Make sure to find Debug.h
INCLUDE_DIRECTORIES
(
BEFORE
${
PROJECT_SOURCE_DIR
}
/src
)
...
...
@@ -69,6 +66,7 @@ SET(SOURCES
)
ADD_LIBRARY
(
jrl-walkgen SHARED
${
SOURCES
}
)
TARGET_LINK_LIBRARIES
(
jrl-walkgen
${
LAPACK_LIBRARIES
}
)
SET_TARGET_PROPERTIES
(
jrl-walkgen PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
INSTALL
(
TARGETS jrl-walkgen DESTINATION lib
)
PKG_CONFIG_USE_DEPENDENCY
(
jrl-walkgen jrl-mal
)
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