Commit 7a99b3c7 authored by Daniel Nachbaur's avatar Daniel Nachbaur Committed by Wouter van Oortmerssen

Add install step

Change-Id: Ie863ddcf73653d1404a1e84109ebdf66af5dff26
parent 0477a54f
......@@ -71,6 +71,9 @@ add_executable(flattests ${FlatBuffers_Tests_SRCS})
add_executable(flatsamplebinary ${FlatBuffers_Sample_Binary_SRCS})
add_executable(flatsampletext ${FlatBuffers_Sample_Text_SRCS})
install(DIRECTORY include/flatbuffers DESTINATION include)
install(TARGETS flatc DESTINATION bin)
add_test(NAME flattest
CONFIGURATIONS Debug
WORKING_DIRECTORY tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment