Merge pull request #1044
b1d5189 cmake: fix def propagation, fixes 32-bit build (redfish)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user