~aleteoryx/muditaos

ref: 4452d078f91dc0c6ba4c80f24e7171156b987a0d muditaos/third-party/re2/CMakeLists.txt -rw-r--r-- 202 bytes
4452d078 — rrandomsky [BH-1942][BH-1944] New countdown timer in the Power Nap and the Relaxation app 1 year, 10 months 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)