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
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ elseif(WOMBAT_BUILD_TYPE STREQUAL "Native")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(NostalgiaCore
|
add_library(NostalgiaCore
|
||||||
${CPP}
|
${CPP}
|
||||||
core.cpp
|
core.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
@ -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