We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661e81f commit a2f0395Copy full SHA for a2f0395
1 file changed
bindings/python/CMakeLists.txt
@@ -1,11 +1,15 @@
1
cmake_minimum_required(VERSION 3.28 FATAL_ERROR)
2
project(pylibremidi)
3
4
+set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
5
+set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL 1)
6
+
7
set(LIBREMIDI_FIND_BOOST 1)
8
set(LIBREMIDI_HEADER_ONLY 1)
9
set(LIBREMIDI_NEEDS_READERWRITERQUEUE 1)
-set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL 1)
10
11
add_subdirectory(../.. libremidi-src)
12
13
find_package(Python 3.8 COMPONENTS Interpreter Development.Module REQUIRED)
14
15
FetchContent_Declare(
0 commit comments