diff 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
line wrap: on
line diff
     1.1 --- a/CMakeLists.txt	Tue Oct 25 13:25:47 2011 -0700
     1.2 +++ b/CMakeLists.txt	Wed Oct 26 10:42:15 2011 -0700
     1.3 @@ -65,7 +65,7 @@
     1.4  
     1.5  
     1.6  # Add definitions, compiler switches, etc.
     1.7 -INCLUDE_DIRECTORIES(OpenAL32/Include include "${OpenAL_BINARY_DIR}")
     1.8 +INCLUDE_DIRECTORIES(OpenAL32/Include include "${OpenAL_BINARY_DIR}" java/headers)
     1.9  
    1.10  IF(NOT CMAKE_BUILD_TYPE)
    1.11      SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING