mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 16:53:57 +00:00
Add install step
Change-Id: Ie863ddcf73653d1404a1e84109ebdf66af5dff26
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
0477a54f65
commit
7a99b3c7cb
@@ -71,6 +71,9 @@ add_executable(flattests ${FlatBuffers_Tests_SRCS})
|
|||||||
add_executable(flatsamplebinary ${FlatBuffers_Sample_Binary_SRCS})
|
add_executable(flatsamplebinary ${FlatBuffers_Sample_Binary_SRCS})
|
||||||
add_executable(flatsampletext ${FlatBuffers_Sample_Text_SRCS})
|
add_executable(flatsampletext ${FlatBuffers_Sample_Text_SRCS})
|
||||||
|
|
||||||
|
install(DIRECTORY include/flatbuffers DESTINATION include)
|
||||||
|
install(TARGETS flatc DESTINATION bin)
|
||||||
|
|
||||||
add_test(NAME flattest
|
add_test(NAME flattest
|
||||||
CONFIGURATIONS Debug
|
CONFIGURATIONS Debug
|
||||||
WORKING_DIRECTORY tests
|
WORKING_DIRECTORY tests
|
||||||
|
|||||||
Reference in New Issue
Block a user