diff options
author | Chris Robinson <[email protected]> | 2018-11-17 19:01:10 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 19:01:10 -0800 |
commit | 1ac41d3ea03aed456a94187bf8e0381eeb4168e6 (patch) | |
tree | a1c862b6b88f3b487b3820f526028feb34b1b00f /CMakeLists.txt | |
parent | 8c69fb046c9a3b983f360a71614512e0e0e5aeac (diff) |
Convert almalloc.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ebb8ec19..3e4c6d4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -745,7 +745,7 @@ SET(COMMON_OBJS common/alcomplex.cpp common/alcomplex.h common/align.h - common/almalloc.c + common/almalloc.cpp common/almalloc.h common/atomic.h common/bool.h |