mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 18:13:31 +08:00
missing files
This commit is contained in:
11
CompressSave/NoneWrapC/CMakeLists.txt
Normal file
11
CompressSave/NoneWrapC/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(nonewrap)
|
||||
|
||||
add_library(nonewrap SHARED
|
||||
dllmain.c nonewrap.c nonewrap.h)
|
||||
|
||||
target_compile_definitions(nonewrap PRIVATE NONEWRAP_EXPORTS)
|
||||
if(WIN32)
|
||||
set_target_properties(nonewrap PROPERTIES PREFIX "")
|
||||
endif()
|
||||
Reference in New Issue
Block a user