Cleanup build files and add linking of OxFS
This commit is contained in:
parent
6e1bec1dd0
commit
4eabc1741a
@ -23,7 +23,7 @@ endif()
|
|||||||
|
|
||||||
find_package(Ox REQUIRED)
|
find_package(Ox REQUIRED)
|
||||||
include_directories(${Ox_INCLUDE_DIRS})
|
include_directories(${Ox_INCLUDE_DIRS})
|
||||||
set(LIBS ${LIBS} ${Ox_LIBRARY})
|
set(LIBS ${LIBS} ${OxFs_LIBRARY})
|
||||||
|
|
||||||
#project packages
|
#project packages
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.8.8)
|
|||||||
|
|
||||||
project(nostalgia)
|
project(nostalgia)
|
||||||
|
|
||||||
set(WOMBAT_BUILD_TYPE "Native" CACHE STRING "The type of build to produce(Native/GBA)")
|
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
nostalgia
|
nostalgia
|
||||||
main.cpp
|
main.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user