cmake: set xcode file type

This commit is contained in:
selsta
2021-04-28 14:49:13 +02:00
parent 0a1ddc2eff
commit 0794811b40

View File

@@ -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)