Skip to content

Commit

Permalink
update cmake list to work withing supercollider as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Marije Baalman committed Sep 13, 2013
1 parent 535597a commit 43fa4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option(EXAMPLE_OSC "build osc example" ON)


# add our own cmake-modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules/")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules/")

if( DEBUG_PARSER )
add_definitions( -DDEBUG_PARSER )
Expand Down

0 comments on commit 43fa4b0

Please sign in to comment.