File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ endif()
14
14
# libs
15
15
###############################################################################
16
16
17
- # libpd requires pthreads so using this windows port downloaded from the
17
+ # libpd requires pthreads so using this windows port downloaded from the
18
18
# official site of the win pthread project
19
19
if (MSVC )
20
20
set (CMAKE_THREAD_LIBS_INIT "${CMAKE_CURRENT_LIST_DIR} /lib/pthreads/lib/pthreadVC2.lib" CACHE PATH "..." FORCE )
@@ -30,8 +30,8 @@ add_subdirectory(lib/libpd)
30
30
# install build into example project by default
31
31
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT )
32
32
set (
33
- CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_LIST_DIR} /project/addons/pure-data"
34
- CACHE PATH "..."
33
+ CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_LIST_DIR} /project/addons/pure-data/bin"
34
+ CACHE PATH "..."
35
35
FORCE )
36
36
endif ()
37
37
Original file line number Diff line number Diff line change 1
- cp $1 /* /lib/* .so project/addons/pure-data/
2
- cp $1 /* /lib/* .dll project/addons/pure-data/
3
- cp $1 /* /lib/* .dylib project/addons/pure-data/
1
+ cp $1 /* /lib/* .so project/addons/pure-data/bin/
2
+ cp $1 /* /lib/* .dll project/addons/pure-data/bin/
3
+ cp $1 /* /lib/* .dylib project/addons/pure-data/bin/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ compatibility_minimum = "4.2"
5
5
6
6
[libraries]
7
7
8
- linux.debug.x86_64 = "res://addons/libpd/libpd-godot.so"
9
- linux.release.x86_64 = "res://addons/libpd/libpd-godot.so"
10
- windows.debug.x86_64 = "res://addons/libpd/pd-godot.dll"
11
- windows.release.x86_64 = "res://addons/libpd/pd-godot.dll"
12
- macos.debug = "res://addons/pure-data/libpd-godot.dylib"
13
- macos.release = "res://addons/pure-data/libpd-godot.dylib"
8
+ linux.debug.x86_64 = "res://addons/libpd/bin/ libpd-godot.so"
9
+ linux.release.x86_64 = "res://addons/libpd/bin/ libpd-godot.so"
10
+ windows.debug.x86_64 = "res://addons/libpd/bin/ pd-godot.dll"
11
+ windows.release.x86_64 = "res://addons/libpd/bin/ pd-godot.dll"
12
+ macos.debug = "res://addons/pure-data/bin/ libpd-godot.dylib"
13
+ macos.release = "res://addons/pure-data/bin/ libpd-godot.dylib"
You can’t perform that action at this time.
0 commit comments