summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 71ab3aa..be676cd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,6 +1,5 @@
set(CXXRT_SOURCES
- cxa_demangle.h
dynamic_cast.cc
exception.cc
guard.cc
@@ -8,6 +7,7 @@ set(CXXRT_SOURCES
typeinfo.cc
memory.cc
aux.cc
+ libelftc_dem_gnu3.c
)