mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 14:32:18 +00:00
added .travis.yml file (build with original and biicode building);
added bii-travis.sh and readme.md files; added build status section with travis and biicode build systems Change-Id: I93acd1ca9497416ade6293d63b5311c4c31b880f
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
e3b432cba8
commit
23f75f598e
@@ -85,10 +85,9 @@ if(FLATBUFFERS_CODE_COVERAGE)
|
||||
endif()
|
||||
|
||||
if(BIICODE)
|
||||
# Execute biicode building
|
||||
include(CMake/biicode.cmake)
|
||||
include(biicode/cmake/biicode.cmake)
|
||||
return()
|
||||
endif(BIICODE)
|
||||
endif()
|
||||
|
||||
include_directories(include)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user