~aleteoryx/muditaos

ref: f3f98bbe7d7624daf9f52d167f429ba5667d19ae muditaos/third-party/re2/CMakeLists.txt -rw-r--r-- 202 bytes
f3f98bbe — rrandomsky [BH-1635] Fix for low battery notification on the home screen 2 2 years ago
                                                                                
1
2
3
4
5
6
7
add_subdirectory(src)

target_compile_definitions(re2 PUBLIC RE2_USE_RTOS_WRAPPER)

target_compile_options (re2 PRIVATE -Wno-missing-field-initializers)

target_link_libraries(re2 PUBLIC module-os log)