minor changes in cmake files (from winfried)

This commit is contained in:
Antonin Descampe 2010-11-17 10:26:05 +00:00
parent 3d5ba9671a
commit fb6d84918d
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
ADD_DEFINITIONS(-O3)
IF(UNIX OR CYGWIN)
ADD_DEFINITIONS(-O3)
ELSEIF(WIN32)
ADD_DEFINITIONS(/Os)
ENDIF(UNIX OR CYGWIN)
#
INCLUDE_REGULAR_EXPRESSION("^.*$")
# Defines the source code for the library
SET(JP3DVM_SRCS