FEX/Source/CMakeLists.txt
Billy Laws 9612133088 Windows: Generate import libraries for private ntdll and wow64 APIs
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.
2023-09-22 10:12:40 -07:00

7 lines
106 B
CMake

add_subdirectory(Common/)
add_subdirectory(Tools/)
if (MINGW_BUILD)
add_subdirectory(Windows/)
endif()