
add_executable(Example1 example1.cpp)
target_link_libraries(Example1 PRIVATE KunlunUtils)

add_executable(Example2 example2.cpp)
target_link_libraries(Example2 PRIVATE KunlunUtils)
