-
Notifications
You must be signed in to change notification settings - Fork 88
chore(core): Add ystdlib-cpp library as a submodule.
#730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 15 commits
98ea85e
2086223
f1b3f25
70b14a4
4770e5e
f1dade5
7bdb0a4
82ac7da
1ebaf19
11fa690
635ce2c
2fc4567
06b90fb
e7b55eb
f04c65f
1c94f17
53ca62a
0d0d25f
af20a46
df9b27b
86670f4
5dee1f2
0336667
fbb896e
989afcb
d2c6803
9927121
631144b
1e833d0
e0e4ef6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Bill-hbrhbr marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -216,6 +216,10 @@ find_package(Threads REQUIRED) | |
| # Add yaml-cpp | ||
| add_subdirectory(submodules/yaml-cpp EXCLUDE_FROM_ALL) | ||
|
|
||
| # Add ystdlib-cpp | ||
| option(YSTDLIB_CPP_BUILD_TESTING "" OFF) | ||
|
||
| add_subdirectory(submodules/ystdlib-cpp EXCLUDE_FROM_ALL) | ||
|
|
||
| # Find and setup ZStd Library | ||
| if(CLP_USE_STATIC_LIBS) | ||
| set(ZStd_USE_STATIC_LIBS ON) | ||
|
|
@@ -436,7 +440,6 @@ set(SOURCE_FILES_unitTest | |
| src/clp/DictionaryEntry.hpp | ||
| src/clp/DictionaryReader.hpp | ||
| src/clp/DictionaryWriter.hpp | ||
| src/clp/error_handling/ErrorCode.hpp | ||
| src/clp/EncodedVariableInterpreter.cpp | ||
| src/clp/EncodedVariableInterpreter.hpp | ||
| src/clp/ErrorCode.hpp | ||
|
|
@@ -632,7 +635,6 @@ set(SOURCE_FILES_unitTest | |
| tests/test-clp_s-search.cpp | ||
| tests/test-EncodedVariableInterpreter.cpp | ||
| tests/test-encoding_methods.cpp | ||
| tests/test-error_handling.cpp | ||
| tests/test-ffi_IrUnitHandlerInterface.cpp | ||
| tests/test-ffi_KeyValuePairLogEvent.cpp | ||
| tests/test-ffi_SchemaTree.cpp | ||
|
|
@@ -689,6 +691,7 @@ target_link_libraries(unitTest | |
| clp::regex_utils | ||
| clp::string_utils | ||
| yaml-cpp::yaml-cpp | ||
| ystdlib::error_handling | ||
| ${LIBLZMA_LIBRARIES} | ||
| ZStd::ZStd | ||
| ) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.