update cmake

This commit is contained in:
cy33hc
2026-05-18 21:28:23 -07:00
parent ad39f39c82
commit 4212e37168
5 changed files with 4 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ CTestTestfile.cmake
_deps _deps
CMakeUserPresets.json CMakeUserPresets.json
build build
data/eboot.bin
data/sce_sys/param.sfo
# CLion # CLion
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
+2
View File
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
set(CMAKE_TOOLCHAIN_FILE "$ENV{OPENORBIS}/cmake/daemon.cmake")
project(ezremote-server) project(ezremote-server)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDONT_HAVE_STRUPR") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDONT_HAVE_STRUPR")
Binary file not shown.
Binary file not shown.
Binary file not shown.