mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01: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:
parent
74246cc3bf
commit
1bedd3bd7f
5 changed files with 42 additions and 33 deletions
|
|
@ -1,4 +1,5 @@
|
|||
include_directories(.)
|
||||
include(CreateDirectoryGroups)
|
||||
|
||||
set(SRCS
|
||||
backend_x64/block_of_code.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue