1include_directories(${LIBJINJAC_INCLUDE_DIR}) 2 3add_executable(example_jinjac example.c) 4target_link_libraries(example_jinjac libjinjac_static) 5