make use of pkg for modeling external dependencies

This commit is contained in:
Vlad Vesa 2023-02-23 17:17:51 +02:00
parent 16a8f3fcad
commit 97cd3e988d
11 changed files with 17 additions and 13 deletions

View file

@ -1,6 +1,7 @@
cmake_minimum_required (VERSION 2.8)
project (pfaedle)
include(cmake/pkg.cmake)
if (CMAKE_BUILD_TYPE)
string(TOUPPER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE)