CMake: Improve to support build type. Default to release.

This commit is contained in:
Sacha 2014-07-11 02:46:10 +10:00
parent ab7a45aede
commit 6b148d1d4c
4 changed files with 24 additions and 18 deletions

View file

@ -1,7 +1,5 @@
#include "stdafx.h"
#include "Utilities/Log.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "rpcs3/Ini.h"
#include "OpenALThread.h"