Skip to content

Commit

Permalink
Fix config file to match the behavior of the retired FindFlatBuffers.…
Browse files Browse the repository at this point in the history
…cmake
  • Loading branch information
tribal-tec committed Jan 29, 2015
1 parent 15f35c6 commit bfb9d64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMake/FlatBuffersConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ set(FlatBuffers_INCLUDE_DIR @FLATBUFFERS_INCLUDE_DIRS@)
set(FLATBUFFERS_INCLUDE_DIRS @FLATBUFFERS_INCLUDE_DIRS@)
set(FLATBUFFERS_INCLUDE_DIR @FLATBUFFERS_INCLUDE_DIRS@)
set(FLATBUFFERS_FLATC_EXECUTABLE flatc)
set(FLATBUFFERS_LIBRARY flatbuffers)

include_directories(${PROJECT_BINARY_DIR})

#-----------------------------------------------------------------------------
# function needed by dependent projects
Expand Down

0 comments on commit bfb9d64

Please sign in to comment.