We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fc137 commit 72ca9a2Copy full SHA for 72ca9a2
1 file changed
csound7_tilde/CMakeLists.txt
@@ -6,7 +6,7 @@ if(APPLE)
6
set(CMAKE_CXX_COMPILER "c++")
7
endif()
8
9
-project(csound6_tilde)
+project(csound7_tilde)
10
11
# coerce CMake not to set isysroot
12
set(CMAKE_OSX_SYSROOT "")
@@ -43,10 +43,10 @@ find_package(CSOUND)
43
44
if(PD_HEADER_PATH)
45
if(WIN32)
46
- set(pdname "csound6_tilde${PD_EXTENSION}")
+ set(pdname "csound7_tilde${PD_EXTENSION}")
47
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_WIN32 -D__x86_64__")
48
else()
49
- set(pdname "csound6~${PD_EXTENSION}")
+ set(pdname "csound7~${PD_EXTENSION}")
50
51
add_library(pdcsound MODULE src/csoundapi_tilde.c)
52
target_include_directories(pdcsound PRIVATE
0 commit comments