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
2fa13578
Commit
2fa13578
authored
Feb 06, 2013
by
djyt
Browse files
Change to compile from build directory as before.
parent
a98051ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2fa13578
...
...
@@ -37,7 +37,7 @@ Build
### MingGW
cmake -G "MinGW Makefiles" ../cmake
cmake -G "MinGW Makefiles"
-DTARGET=mingw
../cmake
mingw32-make
### Visual Studio 2010
...
...
cmake/CMakeLists.txt
View file @
2fa13578
cmake_minimum_required
(
VERSION 2.6.2
)
project
(
cannonball
)
set
(
DCMAKE default.cmake
)
set
(
CMDIR cmake
)
set
(
CMDIR
../
cmake
)
# Uncomment for debug output
#set(Boost_DEBUG 1)
...
...
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