Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
walkman
coman_robotran
Commits
dd880645
Commit
dd880645
authored
Jun 04, 2015
by
Alexandra Zobova
Browse files
new trial paths for J3D, SDL, SDL_ttf
parent
4d1b91c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
StandaloneC/src/other/conf/FindJ3D.cmake
View file @
dd880645
...
...
@@ -63,6 +63,7 @@ ELSE (APPLE)
SET
(
TRIAL_PATHS_DLL
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin
/usr/lib/jvm/java-6-sun/jre/bin
/usr/lib/jni/
)
FIND_PATH
(
J3D_PATH libj3dcore-ogl.so
${
TRIAL_PATHS_DLL
}
)
...
...
StandaloneC/src/other/conf/FindSDL2.cmake
View file @
dd880645
...
...
@@ -52,11 +52,14 @@ ELSE (APPLE)
# possible paths for: 'SDL.h'
SET
(
TRIAL_PATHS_INC
/usr/local/include/SDL2
/usr/include/SDL2
)
# possible paths for: 'libSDL2.so'
SET
(
TRIAL_PATHS_LIB_SDL2
/usr/local/lib
/usr/lib/x86_64-linux-gnu/
)
FIND_PATH
(
SDL2_INCLUDE_PATH SDL.h
${
TRIAL_PATHS_INC
}
)
...
...
StandaloneC/src/other/conf/FindSDL2_ttf.cmake
View file @
dd880645
...
...
@@ -43,11 +43,13 @@ ELSE (APPLE)
# possible paths for: 'SDL_ttf.h'
SET
(
TRIAL_PATHS_INC
/usr/local/include/SDL2
/usr/include/SDL2/
)
# possible paths for: 'libSDL2_ttf.so'
SET
(
TRIAL_PATHS_LIB
/usr/local/lib
/usr/lib/x86_64-linux-gnu/
)
FIND_PATH
(
SDL2TTF_INCLUDE_PATH SDL_ttf.h
${
TRIAL_PATHS_INC
}
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment