~aleteoryx/muditaos

ref: 67a24efb29bbfec16b8d9a248fc28df8bbbf1b87 muditaos/third-party/re2/CMakeLists.txt -rw-r--r-- 202 bytes
67a24efb — Lefucjusz [BH-2019] Fix crash after deleting WAV alarm sound 1 year, 8 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)