mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-13 17:15:41 +00:00
9612133088
The MinGW supplied import libraries are incomplete and miss a lot of functions necessary to implement lower level windows code. To avoid needing to many resolve every function, pull in .def files from wine that detail the entire ntdll and wow64 APIs.
7 lines
106 B
CMake
7 lines
106 B
CMake
add_subdirectory(Common/)
|
|
add_subdirectory(Tools/)
|
|
|
|
if (MINGW_BUILD)
|
|
add_subdirectory(Windows/)
|
|
endif()
|