diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 17:02:34 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 17:02:34 -0500 |
commit | fadc112aee0d5a9373b1ff96749745ef8ae50e29 (patch) | |
tree | 219b6da80207c2b31e6cbc3e8424eb9705274a33 /src | |
parent | Merge pull request #7694 (diff) | |
parent | cmake: set xcode file type (diff) | |
download | monero-fadc112aee0d5a9373b1ff96749745ef8ae50e29.tar.xz |
Merge pull request #7696
0794811 cmake: set xcode file type (selsta)
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/CMakeLists.txt b/src/crypto/CMakeLists.txt index 3b33fe90a..3f0f7d34b 100644 --- a/src/crypto/CMakeLists.txt +++ b/src/crypto/CMakeLists.txt @@ -116,6 +116,7 @@ endif() # cheat because cmake and ccache hate each other set_property(SOURCE CryptonightR_template.S PROPERTY LANGUAGE C) +set_property(SOURCE CryptonightR_template.S PROPERTY XCODE_EXPLICIT_FILE_TYPE sourcecode.asm) # Must be done last, because it references libraries in this directory add_subdirectory(wallet) |