comparison CMakeLists.txt @ 7:37f25cb34196

transferred native interface for send.c to this project
author Robert McIntyre <rlm@mit.edu>
date Wed, 26 Oct 2011 10:42:15 -0700
parents 99df34265b40
children c54fe2f77030
comparison
equal deleted inserted replaced
6:99df34265b40 7:37f25cb34196
63 CHECK_C_SOURCE_COMPILES("int *__restrict foo; 63 CHECK_C_SOURCE_COMPILES("int *__restrict foo;
64 int main() {return 0;}" HAVE___RESTRICT) 64 int main() {return 0;}" HAVE___RESTRICT)
65 65
66 66
67 # Add definitions, compiler switches, etc. 67 # Add definitions, compiler switches, etc.
68 INCLUDE_DIRECTORIES(OpenAL32/Include include "${OpenAL_BINARY_DIR}") 68 INCLUDE_DIRECTORIES(OpenAL32/Include include "${OpenAL_BINARY_DIR}" java/headers)
69 69
70 IF(NOT CMAKE_BUILD_TYPE) 70 IF(NOT CMAKE_BUILD_TYPE)
71 SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING 71 SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
72 "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." 72 "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel."
73 FORCE) 73 FORCE)