mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
CMakeLists: Clean up
Moves functions out of the main CMakeLists file into module files that can just be included whenever necessary. This also uses the CMake provided variables for enforcing compiler requirements.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
include_directories(.)
|
||||
include(CreateDirectoryGroups)
|
||||
|
||||
set(SRCS
|
||||
backend_x64/block_of_code.cpp
|
||||
|
||||
Reference in New Issue
Block a user