Add dependencies and include directories

This commit is contained in:
Jorrit Wronski
2017-11-15 23:11:53 +01:00
parent ffcc0229ee
commit e12bb7bcfe
3 changed files with 11 additions and 4 deletions
+3
View File
@@ -1,4 +1,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(nlohmann_json CONFIG REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
check_required_components("@PROJECT_NAME@")