Added winmm.dll for self-injection

This commit is contained in:
acidicoala
2025-09-22 03:57:11 +05:00
parent c75bbcf636
commit 7ab9895b58
5 changed files with 19 additions and 10 deletions

View File

@@ -117,6 +117,13 @@ if(WIN32)
INPUT_SOURCES_DIR ""
DLL_FILES_GLOB "C:/Windows/System32/version.dll"
)
configure_linker_exports(
TARGET SmokeAPI
HEADER_NAME "linker_exports_for_winmm.h"
FORWARDED_DLL "C:/Windows/System32/winmm.dll"
INPUT_SOURCES_DIR ""
DLL_FILES_GLOB "C:/Windows/System32/winmm.dll"
)
else()
# configure_linker_exports(
# TARGET SmokeAPI