mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- remove examples from DiscordRPC library - we don't need them. the library is freely available for anyone who needs them.
This commit is contained in:
parent
add069885f
commit
18def622b4
1 changed files with 0 additions and 6 deletions
|
@ -3,11 +3,8 @@ project (DiscordRPC)
|
|||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
option(BUILD_EXAMPLES "Build example apps" ON)
|
||||
|
||||
# format
|
||||
file(GLOB_RECURSE ALL_SOURCE_FILES
|
||||
examples/*.cpp examples/*.h examples/*.c
|
||||
include/*.h
|
||||
src/*.cpp src/*.h src/*.c
|
||||
)
|
||||
|
@ -51,6 +48,3 @@ add_library(rapidjson STATIC IMPORTED ${RAPIDJSON})
|
|||
# add subdirs
|
||||
|
||||
add_subdirectory(src)
|
||||
if (BUILD_EXAMPLES)
|
||||
add_subdirectory(examples/send-presence)
|
||||
endif(BUILD_EXAMPLES)
|
||||
|
|
Loading…
Reference in a new issue