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:
Lioncash 2016-08-22 09:12:46 -04:00 committed by MerryMage
parent 74246cc3bf
commit 1bedd3bd7f
5 changed files with 42 additions and 33 deletions

View file

@ -1,4 +1,5 @@
include_directories(.)
include(CreateDirectoryGroups)
set(SRCS
backend_x64/block_of_code.cpp