mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
Properly export definitions, c and cxx flags and make use of them in external consumers of libtomahawk
This commit is contained in:
@@ -52,7 +52,6 @@ function(tomahawk_add_library)
|
||||
add_definitions(${QT_DEFINITIONS})
|
||||
set_target_properties(${target} PROPERTIES AUTOMOC TRUE)
|
||||
|
||||
add_definitions(${TOMAHAWK_DEFINITIONS})
|
||||
if(LIBRARY_EXPORT_MACRO)
|
||||
set_target_properties(${target} PROPERTIES COMPILE_DEFINITIONS ${LIBRARY_EXPORT_MACRO})
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user