find_package(LIB REQUIRED)
add_executable(app app.cpp)
target_link_libraries(app lib)
