mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
8cc7e60138
Renamed to winwil, because otherwise you won't be able to easily git pull these changes.
4 lines
157 B
CMake
4 lines
157 B
CMake
add_library(pcsx2-wil INTERFACE)
|
|
target_include_directories(pcsx2-wil INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
add_library(WIL::WIL ALIAS pcsx2-wil)
|