mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
Removed some junk from CMakeLists.txt that was causing issues on other platforms.
This commit is contained in:
parent
85dca8aa10
commit
596d29ca4d
@ -6,8 +6,6 @@ set (musikbox_VERSION_MAJOR 0)
|
||||
set (musikbox_VERSION_MINOR 1)
|
||||
|
||||
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++11 -fpermissive -g")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -rdynamic")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rdynamic")
|
||||
|
||||
set (BOOST_LIBS
|
||||
system
|
||||
@ -46,7 +44,6 @@ set (musikbox_LINK_LIBS
|
||||
${linux_LINK_LIBS}
|
||||
${BOOST_LINK_LIBS}
|
||||
dl
|
||||
rt
|
||||
)
|
||||
|
||||
include_directories (
|
||||
|
Loading…
Reference in New Issue
Block a user