Skip to content

Commit

Permalink
Merge pull request #685 from acamari/master
Browse files Browse the repository at this point in the history
OpenBSD: set search data dir in cmake build system
  • Loading branch information
timblechmann committed Dec 10, 2012
2 parents 8211eba + 5b1e37c commit 9dc2129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
add_definitions("-DSC_FREEBSD")
add_definitions(-DSC_DATA_DIR="${CMAKE_INSTALL_PREFIX}/share/SuperCollider")
elseif(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
add_definitions(-DSC_DATA_DIR="${CMAKE_INSTALL_PREFIX}/share/SuperCollider")
endif()

if(WIN32)
Expand Down

0 comments on commit 9dc2129

Please sign in to comment.