You want target_compile_definitions instead of set_target_properties:
target_compile_definitions(trie_io_test PRIVATE UNIT_TESTING=1 IO_TEST=1)
You want target_compile_definitions instead of set_target_properties:
target_compile_definitions(trie_io_test PRIVATE UNIT_TESTING=1 IO_TEST=1)