diff options
author | Chris Robinson <[email protected]> | 2017-05-05 05:03:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-05 05:03:50 -0700 |
commit | 64f0630fef7fadc8c30a0bd02cde37aa69ac64da (patch) | |
tree | cc99b34289004ab816686697dab7a2d1d3022394 | |
parent | 47f843632fde72c53599740f0480b55ef666ac9a (diff) |
Move native-tools to the root directory
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | native-tools/CMakeLists.txt (renamed from utils/native-tools/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | native-tools/bin2h.c (renamed from utils/native-tools/bin2h.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f15bcea2..66402624 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1102,7 +1102,7 @@ SET(BACKENDS "${BACKENDS} Null") option(ALSOFT_EMBED_HRTF_DATA "Embed the HRTF data files (increases library footprint)" OFF) if(ALSOFT_EMBED_HRTF_DATA) - SET(NATIVE_SRC_DIR "${OpenAL_SOURCE_DIR}/utils/native-tools/") + SET(NATIVE_SRC_DIR "${OpenAL_SOURCE_DIR}/native-tools/") SET(NATIVE_BIN_DIR "${OpenAL_BINARY_DIR}/native-tools/") FILE(MAKE_DIRECTORY "${NATIVE_BIN_DIR}") diff --git a/utils/native-tools/CMakeLists.txt b/native-tools/CMakeLists.txt index 4713dc56..4713dc56 100644 --- a/utils/native-tools/CMakeLists.txt +++ b/native-tools/CMakeLists.txt diff --git a/utils/native-tools/bin2h.c b/native-tools/bin2h.c index 92f2b8a5..92f2b8a5 100644 --- a/utils/native-tools/bin2h.c +++ b/native-tools/bin2h.c |