Add install step

Change-Id: Ie863ddcf73653d1404a1e84109ebdf66af5dff26
This commit is contained in:
Daniel Nachbaur
2014-07-15 15:09:36 +02:00
committed by Wouter van Oortmerssen
parent 0477a54f65
commit 7a99b3c7cb

View File

@@ -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