mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-03-04 12:39:22 +00:00

It is not an external component, and it makes paths needlessly long. Ryan seemed amenable to this when we discussed on IRC earlier. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
5 lines
88 B
CMake
5 lines
88 B
CMake
if (NOT MINGW_BUILD)
|
|
add_subdirectory(Emitter/)
|
|
add_subdirectory(APITests/)
|
|
endif()
|