Skip to content

Commit

Permalink
fix MiGrids path
Browse files Browse the repository at this point in the history
  • Loading branch information
v7b1 committed Apr 11, 2024
1 parent 274d935 commit f55e1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/MiGrids/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(project_name "MiGrids")
project (${project_name})

# paths to our sources
set(MUTABLE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../eurorack")
set(MUTABLE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../eurorack")
set(AVRLIB_PATH ${MUTABLE_PATH}/avrlib)
set(MI_PATH ${MUTABLE_PATH}/grids)

Expand Down

0 comments on commit f55e1bf

Please sign in to comment.