eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
This commit is contained in:
parent
43cb068d53
commit
10148ae00b
11 changed files with 18 additions and 18 deletions
|
|
@ -13,10 +13,10 @@ set(EOSERIAL_LIB_OUTPUT_PATH ${EO_BIN_DIR}/lib)
|
|||
set(LIBRARY_OUTPUT_PATH ${EOSERIAL_LIB_OUTPUT_PATH})
|
||||
|
||||
set(EOSERIAL_SOURCES
|
||||
Array.cpp
|
||||
Object.cpp
|
||||
SerialArray.cpp
|
||||
SerialObject.cpp
|
||||
Parser.cpp
|
||||
String.cpp
|
||||
SerialString.cpp
|
||||
)
|
||||
|
||||
add_library(eoserial STATIC ${EOSERIAL_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue