mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #1044
b1d5189
cmake: fix def propagation, fixes 32-bit build (redfish)
This commit is contained in:
commit
94df1f4d84
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ function (bitmonero_add_library name)
|
|||
set_property(TARGET "${name}"
|
||||
PROPERTY
|
||||
FOLDER "libs")
|
||||
target_compile_definitions(${objlib}
|
||||
PRIVATE $<TARGET_PROPERTY:${name},INTERFACE_COMPILE_DEFINITIONS>)
|
||||
endfunction ()
|
||||
|
||||
add_subdirectory(common)
|
||||
|
|
Loading…
Reference in a new issue