diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f5feccd..53aa8614 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f9e779ea..5556055d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -10,8 +10,8 @@ elseif(WOMBAT_BUILD_TYPE STREQUAL "Native") endif() add_library(NostalgiaCore - ${CPP} - core.cpp + ${CPP} + core.cpp ) install( diff --git a/src/player/CMakeLists.txt b/src/player/CMakeLists.txt index a0dad24b..2ca784d3 100644 --- a/src/player/CMakeLists.txt +++ b/src/player/CMakeLists.txt @@ -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