FEX/FEXCore/unittests/CMakeLists.txt
Alyssa Rosenzweig af21b8f3c7 Move External/FEXCore/ to FEXCore/
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>
2023-08-17 16:32:16 -04:00

5 lines
88 B
CMake

if (NOT MINGW_BUILD)
add_subdirectory(Emitter/)
add_subdirectory(APITests/)
endif()