projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e69c9
)
Forgot a file
author
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 12 Jan 2007 18:56:36 +0000
(18:56 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 12 Jan 2007 18:56:36 +0000
(18:56 +0000)
SVN-Revision: 4553
src/squirrel/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/squirrel/CMakeLists.txt
b/src/squirrel/CMakeLists.txt
index
8aeac46
..
baf0720
100644
(file)
--- a/
src/squirrel/CMakeLists.txt
+++ b/
src/squirrel/CMakeLists.txt
@@
-27,7
+27,7
@@
FILE(GLOB SQUIRREL_SOURCES squirrel/*.cpp sqstdlib/*.cpp sqstdlib/*.c)
## add additional compiler switches
-ADD_DEFINITIONS(-include ${
SUPERTUX_SOURCE
_DIR}/config.h)
+ADD_DEFINITIONS(-include ${
CMAKE_BINARY
_DIR}/config.h)
## define a target for building the library