diff options
author | franchuti688 <franchuti688@gmail.com> | 2015-04-01 12:35:37 +0200 |
---|---|---|
committer | Wouter van Oortmerssen <wvo@google.com> | 2015-04-15 13:43:25 -0700 |
commit | 23f75f598e7876858faabc9f2bccac2cf83db235 (patch) | |
tree | cd95632dc5f62a19e42d550ef31a03b215d2cf6d /CMake | |
parent | e3b432cba853f30ab2b4e6957f40d1aa63218cad (diff) | |
download | flatbuffers-23f75f598e7876858faabc9f2bccac2cf83db235.tar.gz flatbuffers-23f75f598e7876858faabc9f2bccac2cf83db235.tar.bz2 flatbuffers-23f75f598e7876858faabc9f2bccac2cf83db235.zip |
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
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/biicode.cmake | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/CMake/biicode.cmake b/CMake/biicode.cmake deleted file mode 100644 index 225b669a..00000000 --- a/CMake/biicode.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# Initializes block variables -INIT_BIICODE_BLOCK() - -# Copying data files to project/bin folder -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/samples") - file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/samples/monster.fbs" - "${CMAKE_CURRENT_SOURCE_DIR}/samples/monsterdata.json" - DESTINATION - "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/samples") -endif() -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tests") - file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/tests" - DESTINATION - "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}") -endif() - -# Actually create targets: EXEcutables and libraries. -ADD_BIICODE_TARGETS() - -string(REPLACE " " ";" REPLACED_FLAGS ${CMAKE_CXX_FLAGS}) -target_compile_options(${BII_BLOCK_TARGET} INTERFACE ${REPLACED_FLAGS}) -target_include_directories(${BII_BLOCK_TARGET} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include)
\ No newline at end of file |