Skip to content

Commit

Permalink
updating build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Nov 24, 2022
1 parent 4adae22 commit c224e69
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -462,26 +462,13 @@ elseif(APPLE)
include_directories("/Library/Frameworks/CsoundLib64.framework/Headers")
else()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment version" FORCE)
SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "/Library/Frameworks/CsoundLib64")
# find_library(CSOUND_LIBRARY NAMES CsoundLib64 HINTS /Library/Frameworks/CsoundLib64.framework/
# "/Library/Frameworks/CsoundLib64.framework")
include_directories("/Library/Frameworks/CsoundLib64.framework/Headers")
set(CSOUND_LIBRARY "/Library/Frameworks/CsoundLib64.framework/libCsoundLib64.a")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version" FORCE)
SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "/Library/Frameworks/CsoundLib64.framework/Headers")
# set(CSOUND_LIBRARY "/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/build/libCsoundLib64.a")
# set(CSOUND_LIBRARY "/Users/rwalsh/sourcecode/csound/build/libCsoundLib64.a")
# include_directories("/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/include")
# include_directories("/Users/rwalsh/sourcecode/csound/include")
set(LIB_SNDFILE "/Volumes/SSD_Drive/Mac/libsndfile/build/libsndfile.a")
# set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version" FORCE)
# SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/include")
# set(CSOUND_LIBRARY "/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/build/libCsoundLib64.a")
# # set(CSOUND_LIBRARY "/Users/rwalsh/sourcecode/csound/build/libCsoundLib64.a")
# include_directories("/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/include")
# # include_directories("/Users/rwalsh/sourcecode/csound/include")
# set(LIB_SNDFILE "/Volumes/SSD_Drive/Mac/libsndfile/build/libsndfile.a")
# # set(LIB_SNDFILE "/Users/rwalsh/sourcecode/libsndfile/build/libsndfile.a")
SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/include")
set(CSOUND_LIBRARY "/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/build/libCsoundLib64.a")
# set(CSOUND_LIBRARY "/Users/rwalsh/sourcecode/csound/build/libCsoundLib64.a")
include_directories("/Volumes/SSD_Drive/Mac/csoundCabbagePro/csound/include")
# include_directories("/Users/rwalsh/sourcecode/csound/include")
set(LIB_SNDFILE "/Volumes/SSD_Drive/Mac/libsndfile/build/libsndfile.a")
# set(LIB_SNDFILE "/Users/rwalsh/sourcecode/libsndfile/build/libsndfile.a")
endif()

target_link_libraries(${PROJECT_NAME}
Expand Down

0 comments on commit c224e69

Please sign in to comment.