Skip to content

Commit

Permalink
Change to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicMastr committed Aug 16, 2022
1 parent 6f0f547 commit 2d30ef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/nothings/stb
[submodule "dependencies/RSDKv5"]
path = dependencies/RSDKv5
url = https://github.com/Rubberduckycooly/RSDKv5-Decompilation
url = https://github.com/SonicMastr/RSDKv5-Decompilation
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Basic CMake that uses All.c
cmake_minimum_required(VERSION 3.7)

set(CMAKE_TOOLCHAIN_FILE "$ENV{VITASDK}/share/vita.toolchain.cmake" CACHE PATH "VitaSDK toolchain file")
set(VITASDK_CMAKE_FILE "$ENV{VITASDK}/share/vita.cmake" CACHE PATH "VitaSDK CMake functions file")
include("${VITASDK_CMAKE_FILE}" REQUIRED)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fpermissive -g2 -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -g2 -std=c++11")

project(SonicMania)
set(GAME_NAME SonicMania CACHE STRING "The game directory to look into")

Expand Down

0 comments on commit 2d30ef7

Please sign in to comment.