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)
|
||||
include_directories(${Ox_INCLUDE_DIRS})
|
||||
set(LIBS ${LIBS} ${Ox_LIBRARY})
|
||||
set(LIBS ${LIBS} ${OxFs_LIBRARY})
|
||||
|
||||
#project packages
|
||||
|
||||
|
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.8.8)
|
||||
|
||||
project(nostalgia)
|
||||
|
||||
set(WOMBAT_BUILD_TYPE "Native" CACHE STRING "The type of build to produce(Native/GBA)")
|
||||
|
||||
add_executable(
|
||||
nostalgia
|
||||
main.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user