mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +02:00
Properly export definitions, c and cxx flags and make use of them in external consumers of libtomahawk
This commit is contained in:
@@ -18,4 +18,7 @@ include("${TOMAHAWK_CMAKE_DIR}/TomahawkLibraryDepends.cmake")
|
||||
|
||||
# These are IMPORTED targets created by TomahawkLibraryDepends.cmake
|
||||
set(TOMAHAWK_LIBRARIES tomahawklib)
|
||||
set(TOMAHAWK_USE_FILE "${TOMAHAWK_CMAKE_DIR}/TomahawkUse.cmake")
|
||||
set(TOMAHAWK_USE_FILE "${TOMAHAWK_CMAKE_DIR}/TomahawkUse.cmake")
|
||||
set(TOMAHAWK_DEFINITIONS "@TOMAHAWK_DEFINITIONS@")
|
||||
set(TOMAHAWK_CXX_FLAGS "@TOMAHAWK_CXX_FLAGS@")
|
||||
set(TOMAHAWK_C_FLAGS "@TOMAHAWK_C_FLAGS@")
|
||||
|
Reference in New Issue
Block a user