File tree Expand file tree Collapse file tree 2 files changed +591
-1
lines changed
Expand file tree Collapse file tree 2 files changed +591
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.24)
22
3- project (pluginloader VERSION 1.0.5 )
3+ project (pluginloader VERSION 1.0.6 )
44
55add_library (_pluginloader_base INTERFACE )
66set (CMAKE_EXPORT_COMPILE_COMMANDS True )
@@ -59,13 +59,15 @@ endfunction()
5959pluginloader_add_impl(no_proxy "src/proxy/none.cpp" )
6060pluginloader_add_impl(d3d11 "src/proxy/d3d11.cpp" )
6161pluginloader_add_impl(dsound "src/proxy/dsound.cpp" "src/proxy/dsound.def" )
62+ pluginloader_add_impl(winmm "src/proxy/winmm.cpp" )
6263pluginloader_add_impl(xinput1_3 "src/proxy/xinput1_3.cpp" "src/proxy/xinput1_3.def" )
6364
6465install (
6566 TARGETS
6667 pluginloader_no_proxy
6768 pluginloader_d3d11
6869 pluginloader_dsound
70+ pluginloader_winmm
6971 pluginloader_xinput1_3
7072 RUNTIME DESTINATION .
7173)
You can’t perform that action at this time.
0 commit comments