Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from raoulstrackx/raoul/lvi_asm_fixup
Browse files Browse the repository at this point in the history
Specifying assembler used
  • Loading branch information
jethrogb authored Mar 27, 2020
2 parents 185a40d + 35047e6 commit 6ea8f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libunwind/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Get sources

enable_language(C CXX ASM)

set(LIBUNWIND_CXX_SOURCES
libunwind.cpp
Unwind-EHABI.cpp)
Expand Down Expand Up @@ -73,7 +75,7 @@ set_source_files_properties(${LIBUNWIND_C_SOURCES}
COMPILE_FLAGS "-std=c99")
set_source_files_properties(${LIBUNWIND_ASM_SOURCES}
PROPERTIES
LANGUAGE C)
LANGUAGE ASM)

set(LIBUNWIND_SOURCES
${LIBUNWIND_CXX_SOURCES}
Expand Down

0 comments on commit 6ea8f0c

Please sign in to comment.