This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
FEX
Watch
1
Star
0
Fork
0
You've already forked FEX
mirror of
https://github.com/FEX-Emu/FEX.git
synced
2025-02-10 17:12:34 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
FEX
/
FEXCore
/
unittests
/
CMakeLists.txt
5 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
FEXCore: Disable emitter unit tests on win32
2023-05-09 02:44:47 -07:00
if
(
NOT
MINGW_BUILD
)
add_subdirectory
(
Emitter/
)
Mingw: Fixes compiling again Getting the CI machines setup to handle this so we can stop breaking it.
2023-07-26 15:56:30 -07:00
add_subdirectory
(
APITests/
)
FEXCore: Disable emitter unit tests on win32
2023-05-09 02:44:47 -07:00
endif
(
)
Reference in New Issue
Copy Permalink