mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-20 00:21:32 +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)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
option(BUILD_EXAMPLES "Build example apps" ON)
|
|
||||||
|
|
||||||
# format
|
# format
|
||||||
file(GLOB_RECURSE ALL_SOURCE_FILES
|
file(GLOB_RECURSE ALL_SOURCE_FILES
|
||||||
examples/*.cpp examples/*.h examples/*.c
|
|
||||||
include/*.h
|
include/*.h
|
||||||
src/*.cpp src/*.h src/*.c
|
src/*.cpp src/*.h src/*.c
|
||||||
)
|
)
|
||||||
|
@ -51,6 +48,3 @@ add_library(rapidjson STATIC IMPORTED ${RAPIDJSON})
|
||||||
# add subdirs
|
# add subdirs
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
if (BUILD_EXAMPLES)
|
|
||||||
add_subdirectory(examples/send-presence)
|
|
||||||
endif(BUILD_EXAMPLES)
|
|
||||||
|
|
Loading…
Reference in a new issue