raze/libraries/discordrpc/CMakeLists.txt
Christoph Oelckers 4a87003408 - backend update from GZDoom.
* Vulkan backend updated.
* zlib replaced with miniz.
* FileReader is now 64 bit capable.
* jpeg replaced with stb-image.
* CMake project warnings fixed.
2023-09-23 09:56:27 +02:00

15 lines
258 B
CMake

project (DiscordRPC)
include(GNUInstallDirs)
# format
file(GLOB_RECURSE ALL_SOURCE_FILES
include/*.h
src/*.cpp src/*.h src/*.c
)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../source/common/thirdparty)
# add subdirs
add_subdirectory(src)