Add exports for all targets (#4491)

Each target that will be installed will also generate a target that will be
included by CMake config file.
This commit is contained in:
red1939
2017-11-16 21:51:25 +01:00
committed by Wouter van Oortmerssen
parent 1336d26252
commit 7e803c410c
2 changed files with 51 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
include("${CMAKE_CURRENT_LIST_DIR}/FlatbuffersTargets.cmake" OPTIONAL)
include("${CMAKE_CURRENT_LIST_DIR}/FlatcTargets.cmake" OPTIONAL)
include("${CMAKE_CURRENT_LIST_DIR}/FlatbuffersSharedTargets.cmake" OPTIONAL)