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}"
|
set_property(TARGET "${name}"
|
||||||
PROPERTY
|
PROPERTY
|
||||||
FOLDER "libs")
|
FOLDER "libs")
|
||||||
|
target_compile_definitions(${objlib}
|
||||||
|
PRIVATE $<TARGET_PROPERTY:${name},INTERFACE_COMPILE_DEFINITIONS>)
|
||||||
endfunction ()
|
endfunction ()
|
||||||
|
|
||||||
add_subdirectory(common)
|
add_subdirectory(common)
|
||||||
|
|
Loading…
Reference in a new issue