Add Ox to project

This commit is contained in:
2016-12-24 00:41:57 -06:00
parent 4f3f6a742c
commit 6e1bec1dd0
3 changed files with 8 additions and 3 deletions

View File

@ -21,6 +21,9 @@ if(WOMBAT_BUILD_TYPE STREQUAL "Native")
elseif(WOMBAT_BUILD_TYPE STREQUAL "GBA")
endif()
find_package(Ox REQUIRED)
include_directories(${Ox_INCLUDE_DIRS})
set(LIBS ${LIBS} ${Ox_LIBRARY})
#project packages

View File

@ -5,8 +5,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/std/types.hpp>
#include "gfx.hpp"
#include "types.hpp"
namespace nostalgia {
namespace core {