mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Example:
mkdir build && cd build
cmake -DOVERRIDE_GET_RANDOM_SEED='do { extern uint32_t getMsTicks(void); int ms = getMsTicks() * 433494437; return ms; } while(0)' ..