Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
13
tools/EVerest-main/lib/everest/log/examples/CMakeLists.txt
Normal file
13
tools/EVerest-main/lib/everest/log/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
find_package(Boost COMPONENTS program_options REQUIRED)
|
||||
|
||||
add_executable(main main.cpp)
|
||||
target_link_libraries(main
|
||||
PRIVATE
|
||||
everest::log
|
||||
Boost::program_options
|
||||
)
|
||||
|
||||
add_executable(test_trace test_trace.cpp)
|
||||
target_link_libraries(test_trace PRIVATE
|
||||
everest::log
|
||||
)
|
||||
Reference in New Issue
Block a user