|
@@ -48,6 +48,7 @@ add_subdirectory(zf_log)
|
|
|
add_executable(mystic mystic.c)
|
|
|
target_link_libraries(mystic util)
|
|
|
target_link_libraries(mystic zf_log)
|
|
|
+target_compile_definitions(mystic PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_VERBOSE)
|
|
|
|
|
|
add_executable(try-re try-re.c)
|
|
|
|