diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | common/align.h (renamed from include/align.h) | 0 | ||||
-rw-r--r-- | common/almalloc.h (renamed from include/almalloc.h) | 0 | ||||
-rw-r--r-- | common/atomic.h (renamed from include/atomic.h) | 0 | ||||
-rw-r--r-- | common/bool.h (renamed from include/bool.h) | 0 | ||||
-rw-r--r-- | common/math_defs.h (renamed from include/math_defs.h) | 0 | ||||
-rw-r--r-- | common/rwlock.h (renamed from include/rwlock.h) | 0 | ||||
-rw-r--r-- | common/static_assert.h (renamed from include/static_assert.h) | 0 | ||||
-rw-r--r-- | common/threads.h (renamed from include/threads.h) | 0 | ||||
-rw-r--r-- | common/uintmap.h (renamed from include/uintmap.h) | 0 |
10 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ee1c9e57..3cb1e5f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -274,7 +274,7 @@ CHECK_C_SOURCE_COMPILES( HAVE_C11_ATOMIC) # Add definitions, compiler switches, etc. -INCLUDE_DIRECTORIES("${OpenAL_SOURCE_DIR}/include" "${OpenAL_BINARY_DIR}") +INCLUDE_DIRECTORIES("${OpenAL_SOURCE_DIR}/include" "${OpenAL_SOURCE_DIR}/common" "${OpenAL_BINARY_DIR}") IF(NOT CMAKE_BUILD_TYPE) SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING diff --git a/include/align.h b/common/align.h index e2dc81df..e2dc81df 100644 --- a/include/align.h +++ b/common/align.h diff --git a/include/almalloc.h b/common/almalloc.h index 8eadb5b3..8eadb5b3 100644 --- a/include/almalloc.h +++ b/common/almalloc.h diff --git a/include/atomic.h b/common/atomic.h index 874d510d..874d510d 100644 --- a/include/atomic.h +++ b/common/atomic.h diff --git a/include/bool.h b/common/bool.h index 6f714d09..6f714d09 100644 --- a/include/bool.h +++ b/common/bool.h diff --git a/include/math_defs.h b/common/math_defs.h index 149cf80b..149cf80b 100644 --- a/include/math_defs.h +++ b/common/math_defs.h diff --git a/include/rwlock.h b/common/rwlock.h index 8e36fa1a..8e36fa1a 100644 --- a/include/rwlock.h +++ b/common/rwlock.h diff --git a/include/static_assert.h b/common/static_assert.h index bf0ce065..bf0ce065 100644 --- a/include/static_assert.h +++ b/common/static_assert.h diff --git a/include/threads.h b/common/threads.h index c2848ee7..c2848ee7 100644 --- a/include/threads.h +++ b/common/threads.h diff --git a/include/uintmap.h b/common/uintmap.h index f70d99fd..f70d99fd 100644 --- a/include/uintmap.h +++ b/common/uintmap.h |