Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
The Openvibe Group
extras
Commits
503d5664
Commit
503d5664
authored
11 years ago
by
Dieter Devlaminck
Browse files
Options
Downloads
Patches
Plain Diff
fixed bug in cmake-module
parent
2e568b3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake-modules/FindThirdPartyLibrariesForExternalStimulator.cmake
+2
-2
2 additions, 2 deletions
...odules/FindThirdPartyLibrariesForExternalStimulator.cmake
with
2 additions
and
2 deletions
cmake-modules/FindThirdPartyLibrariesForExternalStimulator.cmake
+
2
−
2
View file @
503d5664
...
...
@@ -91,13 +91,13 @@ IF(foundIncludeDir)
FIND_LIBRARY
(
LIB_presage libpresage-1 PATHS
${
OV_CUSTOM_DEPENDENCIES_PATH
}
/presage/lib
)
IF
(
LIB_GL AND LIB_FTGL AND LIB_SDL AND LIB_SDLmain AND LIB_SDL_image
)
MESSAGE
(
STATUS
" [ OK ] lib
${
LIB_GL
}
,
${
LIB_FTGL
}
,
${
LIB_SDL
}
,
${
LIB_SDLmain
}
,
${
LIB_SDL_image
}
"
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
-dynamic
${
LIB_GL
}
${
LIB_FTGL
}
${
LIB_SDL
}
${
LIB_SDLmain
}
${
LIB_SDL_image
}
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
${
LIB_GL
}
${
LIB_FTGL
}
${
LIB_SDL
}
${
LIB_SDLmain
}
${
LIB_SDL_image
}
)
ELSE
(
LIB_GL AND LIB_FTGL AND LIB_SDL AND LIB_SDLmain AND LIB_SDL_image
)
MESSAGE
(
STATUS
" [FAILED] lib GL FTGL SDL"
)
ENDIF
(
LIB_GL AND LIB_FTGL AND LIB_SDL AND LIB_SDLmain AND LIB_SDL_image
)
IF
(
LIB_presage
)
MESSAGE
(
STATUS
" [ OK ] lib
${
LIB_presage
}
"
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
-dynamic
${
LIB_presage
}
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
${
LIB_presage
}
)
ELSE
(
LIB_presage
)
MESSAGE
(
STATUS
" [FAILED] lib presage"
)
ENDIF
(
LIB_presage
)
...
...
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