Skip to content

Commit

Permalink
Enforce proper symbol exporting on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Mar 3, 2012
1 parent df758aa commit 06cc527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 06cc527

Please sign in to comment.