introduce some required cmake scripts

This commit is contained in:
Sven Czarnian
2021-08-09 22:07:14 +02:00
parent 4cde0f9baf
commit 27857b0369
4 changed files with 159 additions and 0 deletions

8
cmake/3rdParty.cmake Normal file
View File

@@ -0,0 +1,8 @@
# Author:
# Sven Czarnian <devel@svcz.de>
# License:
# GPLv3
# Brief:
# Creates the 3rd-party targets
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/3rdPartyTargets.cmake)