Add Ox to project
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user