minor changes in cmake files (from winfried)
This commit is contained in:
parent
3d5ba9671a
commit
fb6d84918d
|
@ -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("^.*$")
|
INCLUDE_REGULAR_EXPRESSION("^.*$")
|
||||||
# Defines the source code for the library
|
# Defines the source code for the library
|
||||||
SET(JP3DVM_SRCS
|
SET(JP3DVM_SRCS
|
||||||
|
|
Loading…
Reference in New Issue