Merge pull request #1044

b1d5189 cmake: fix def propagation, fixes 32-bit build (redfish)
This commit is contained in:
Riccardo Spagni 2016-09-10 15:10:43 +02:00
commit 94df1f4d84
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

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