<(module_root_dir)/obj/lib/libencrypt.a

{
     "targets": [
     {
         "target_name": "AESencrypt",
             "sources": [ "AESencrypt.cpp" ],
             "include_dirs": ["include"],
             "libraries": [ "<(module_root_dir)/obj/lib/libencrypt.a" ],
             "cflags!": [ "-fno-exceptions" ],
             "cflags": [ "-std=c++11","-D_FILE_OFFSET_BITS=64"],
             "cflags_cc!": [ "-fno-exceptions" ]
    }
  ]
}

 

posted on 2024-04-08 16:58  lydstory  阅读(1)  评论(0编辑  收藏  举报

导航