Skip to content

Commit ca08071

Browse files
denizzzkakinke
authored andcommitted
druntime CMake: ASM language added to project (#4715)
Sometimes CMake silently(!) ignores .S (asm) files if ASM isn't mentioned in the project directive. https://stackoverflow.com/questions/23452089/why-is-cmake-ignoring-assembly-files-when-building-static-library/67902603#67902603
1 parent 37e19b1 commit ca08071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(runtime C)
1+
project(runtime C ASM)
22

33
cmake_minimum_required(VERSION 3.4.3)
44

0 commit comments

Comments
 (0)