Skip to content

Commit

Permalink
add back C74_INCLUDES cmake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ramirez committed Aug 11, 2021
1 parent 2631c9c commit 95c0bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/max-pretarget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set(MAX_SDK_INCLUDES "${C74_SUPPORT_DIR}/max-includes")
set(MAX_SDK_MSP_INCLUDES "${C74_SUPPORT_DIR}/msp-includes")
set(MAX_SDK_JIT_INCLUDES "${C74_SUPPORT_DIR}/jit-includes")

set(C74_INCLUDES "${C74_SUPPORT_DIR}" "${MAX_SDK_INCLUDES}" "${MAX_SDK_MSP_INCLUDES}" "${MAX_SDK_JIT_INCLUDES}")
set(C74_SCRIPTS "${CMAKE_CURRENT_LIST_DIR}")

set(C74_CXX_STANDARD 0)
Expand Down

0 comments on commit 95c0bb9

Please sign in to comment.