srctree

CMakeLists.txt
ad7b32af  Johan Norberg cmake_minimum_required(VERSION 3.14) d5279f3b  Robin Lindén d5279f3b  Robin Lindén project(n_e_s) d5279f3b  Robin Lindén 81b11a44  Johan Norberg include(cmake/sanitizers.cmake) 483f45c0  Johan Norberg include(cmake/coverage.cmake) 341886c1  Johan Norberg 1abcee33  Robin Lindén enable_testing() 9a1e5e40  Robin Lindén 5197f8cb  Johan Norberg add_subdirectory(third_party) c78636bf  Robin Lindén add_subdirectory(warnings) c78636bf  Robin Lindén bbb3a1dc  Robin Lindén add_subdirectory(application) bbb3a1dc  Robin Lindén add_subdirectory(core) 46f2848c  Johan Norberg add_subdirectory(disassembler) e93521b6  Robin Lindén add_subdirectory(nes) 0f46ebbb  Johan Norberg add_subdirectory(nestest) 2ffeb75d  Johan Norberg add_subdirectory(romtest)