Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol authored Jun 21, 2024
1 parent 8d18eb4 commit e394492
Showing 1 changed file with 2 additions and 1 deletion.
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 e394492

Please sign in to comment.