1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

Enforce proper symbol exporting on all platforms

This commit is contained in:
Dominik Schmidt 2012-03-03 01:14:21 +01:00
parent df758aa3f8
commit 06cc52744d

View File

@ -20,6 +20,8 @@ SET( TOMAHAWK_VERSION_PATCH 99 )
#SET( TOMAHAWK_VERSION_RC 0 )
# enforce proper symbol exporting on all platforms
add_definitions( "-fvisibility=hidden" )
# build options
option(BUILD_GUI "Build Tomahawk with GUI" ON)