cmake_minimum_required(VERSION 3.5.0)
project(entry)

add_library(entry SHARED napi_init.cpp)
target_link_libraries(entry PUBLIC libace_napi.z.so)
