mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 18:08:56 +00:00
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:
committed by
Wouter van Oortmerssen
parent
1336d26252
commit
7e803c410c
4
CMake/FlatbuffersConfig.cmake
Normal file
4
CMake/FlatbuffersConfig.cmake
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user