aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-05-12 17:02:34 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-05-12 17:02:34 -0500
commitfadc112aee0d5a9373b1ff96749745ef8ae50e29 (patch)
tree219b6da80207c2b31e6cbc3e8424eb9705274a33 /src
parentMerge pull request #7694 (diff)
parentcmake: set xcode file type (diff)
downloadmonero-fadc112aee0d5a9373b1ff96749745ef8ae50e29.tar.xz
Merge pull request #7696
0794811 cmake: set xcode file type (selsta)
Diffstat (limited to 'src')
-rw-r--r--src/crypto/CMakeLists.txt1
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)