Skip to content

Commit

Permalink
enable Vita build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Feb 4, 2017
1 parent f4b2265 commit 6bd3133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set(CMAKE_SYSTEM_NAME "Generic")
enable_language(ASM)

# delete cmake cache folder before changing this options
set(BUILD_SFML ON CACHE BOOL "Build with SFML support")
set(BUILD_SFML OFF CACHE BOOL "Build with SFML support")
set(BUILD_SDL2 OFF CACHE BOOL "Build with SDL2 support")
set(BUILD_PSP2 OFF CACHE BOOL "Build with PSP2 support")
set(BUILD_PSP2 ON CACHE BOOL "Build with PSP2 support")
set(BUILD_3DS OFF CACHE BOOL "Build with 3DS support")
set(BUILD_RPI OFF CACHE BOOL "Build with RPI support")

Expand Down Expand Up @@ -497,4 +497,4 @@ target_include_directories(${PROJECT_NAME}.3ds PRIVATE
${DEVKITPRO}/portlibs/armv6k/include
)
target_link_libraries(${PROJECT_NAME}.3ds cross2d ${LDFLAGS})
set_target_properties(${PROJECT_NAME}.3ds PROPERTIES LINK_FLAGS "-specs=3dsx.specs")
set_target_properties(${PROJECT_NAME}.3ds PROPERTIES LINK_FLAGS "-specs=3dsx.specs")

0 comments on commit 6bd3133

Please sign in to comment.