mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-25 09:12:19 +00:00
7 lines
108 B
CMake
7 lines
108 B
CMake
add_subdirectory(Common/)
|
|
add_subdirectory(Tools/)
|
|
|
|
if (NOT MINGW_BUILD)
|
|
add_subdirectory(Linux/)
|
|
endif()
|