Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
e5da8e5c
Commit
e5da8e5c
authored
Feb 18, 2013
by
djyt
Browse files
removed duplicate build file
parent
0d34af24
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ubuntu.cmake
deleted
100644 → 0
View file @
0d34af24
# Ubuntu Linux
set
(
lib_base /usr/include
)
set
(
sdl_root
${
lib_base
}
/SDL
)
include_directories
(
"
${
sdl_root
}
"
)
link_libraries
(
cannonball
SDL
SDLmain
)
# Linking
link_directories
(
"
${
sdl_root
}
/lib"
)
# Location for Cannonball to create save files
# Used to auto-generate setup.hpp with various file paths
set
(
xml_directory ./
)
set
(
sdl_flags
"SDL_DOUBLEBUF | SDL_SWSURFACE"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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