Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol committed Jun 22, 2024
2 parents f264d38 + 260b050 commit a92e71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option(BUILD_SHARED_LIBS "Build libraries as shared libraries" OFF)
option(USC_GNU_WERROR "Set Werror for gcc." OFF)
option(USE_SYSTEM_CPR "Use system CPR" OFF)

project(USC VERSION 0.5.0)
project(USC VERSION 0.6.0)
if(WIN32 AND ${CMAKE_VERSION} VERSION_GREATER "3.12")
cmake_policy(SET CMP0079 NEW)
endif()
Expand Down
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ else()
endif(USE_SYSTEM_CPR)

#discord example program
set(CLANG_FORMAT_SUFFIX "ignore") #try to disable clang formatter
option(BUILD_EXAMPLES "Build example apps" OFF)
add_subdirectory(discord-rpc)
target_include_directories(discord-rpc PUBLIC discord-rpc/include)
Expand Down Expand Up @@ -107,4 +108,4 @@ if(MSVC)
target_compile_options(nanovg PRIVATE /MP)
target_compile_options(soundtouch PRIVATE /MP)
target_compile_options(sqlite3 PRIVATE /MP)
endif(MSVC)
endif(MSVC)

0 comments on commit a92e71a

Please sign in to comment.