Merge pull request #7696

0794811 cmake: set xcode file type (selsta)
pull/7719/head
luigi1111 3 years ago
commit fadc112aee
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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

Loading…
Cancel
Save