Skip to content

Commit

Permalink
druntime CMake: ASM language added to project (ldc-developers#4715)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
denizzzka committed Jul 30, 2024
1 parent a3d4f32 commit 48c1dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(runtime C)
project(runtime C ASM)

cmake_minimum_required(VERSION 3.4.3)

Expand Down

0 comments on commit 48c1dff

Please sign in to comment.