Fixed out source building
This commit is contained in:
parent
03d61ffc6c
commit
6dfa88a391
1 changed files with 3 additions and 0 deletions
|
@ -111,5 +111,8 @@ else()
|
|||
set_property(SOURCE ${XMRIG_ASM_FILE} PROPERTY C)
|
||||
endif()
|
||||
|
||||
include_directories(src/crypto/asm)
|
||||
include_directories(src/crypto/asm/win)
|
||||
|
||||
add_library(xmrig_asm STATIC ${XMRIG_ASM_FILE})
|
||||
set_property(TARGET xmrig_asm PROPERTY LINKER_LANGUAGE C)
|
Loading…
Add table
Add a link
Reference in a new issue