[ox] Move header files to include directory
This commit is contained in:
@@ -78,6 +78,13 @@ include_directories(src)
|
|||||||
|
|
||||||
install(FILES OxConfig.cmake DESTINATION lib/cmake/ox)
|
install(FILES OxConfig.cmake DESTINATION lib/cmake/ox)
|
||||||
|
|
||||||
|
install(
|
||||||
|
DIRECTORY
|
||||||
|
include/ox
|
||||||
|
DESTINATION
|
||||||
|
include
|
||||||
|
)
|
||||||
|
|
||||||
if(OX_USE_STDLIB)
|
if(OX_USE_STDLIB)
|
||||||
set(JSONCPP_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/jsoncpp/include")
|
set(JSONCPP_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/jsoncpp/include")
|
||||||
add_subdirectory(deps/jsoncpp)
|
add_subdirectory(deps/jsoncpp)
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<Type> : <TypeName><FieldList>
|
||||||
|
<FieldList> : <FieldList> | <FieldList><Field>
|
||||||
|
<Field> : <FieldType><TypeID><FieldName>
|
||||||
|
<TypeID> : <TypeName> | <TypeName><Type>
|
||||||
|
<TypeName> : <string>
|
||||||
|
<FieldType> : <0: single> | <1: list>
|
||||||
|
<FieldName> : <string>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user