Skip to content
Snippets Groups Projects
Commit 7a99b3c7 authored by Daniel Nachbaur's avatar Daniel Nachbaur Committed by Wouter van Oortmerssen
Browse files

Add install step

Change-Id: Ie863ddcf73653d1404a1e84109ebdf66af5dff26
parent 0477a54f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment