]> Some of my projects - anidbudpclient.git/commit
Add CMake build system
authorAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 12:31:37 +0000 (21:31 +0900)
committerAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 12:31:37 +0000 (21:31 +0900)
commitb5cbeaf7620f6c04ff0e73b1d6cbde5dff3dc679
tree2c8c691d385527e9f415b14a30f8c8762844182d
parent715b92f461b6585bfe939b6be76825cdee7c62b2
Add CMake build system

Paths in some headers got changed to always include from the project root.
This should allow simpler installations of the library.
28 files changed:
.gitignore
AniDBUdpClientConfig.cmake.in [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
include/AniDBUdpClient/AbstractCommand
include/AniDBUdpClient/AnimeCommand
include/AniDBUdpClient/Client
include/AniDBUdpClient/ClientQueuedCommandsModel
include/AniDBUdpClient/ClientSentCommandsModel
include/AniDBUdpClient/EpisodeCommand
include/AniDBUdpClient/File
include/AniDBUdpClient/FileCommand
include/AniDBUdpClient/FileRenameDelegate
include/AniDBUdpClient/Hash
include/AniDBUdpClient/MyListAddCommand
include/AniDBUdpClient/MyListCommand
include/AniDBUdpClient/MyListExportCommand
include/AniDBUdpClient/MyListState
include/AniDBUdpClient/RawCommand
include/AniDBUdpClient/UpdateCommand
include/AniDBUdpClient/UptimeCommand
include/AniDBUdpClient/VoteCommand
include/RenameParser/RenameEngine
renameparser/abstractparser.h
renameparser/abstractwalk.h
renameparser/analyzewalk.h
renameparser/debugwalk.h
renameparser/evaluatewalk.h
renameparser/renameengine.h