cmake_minimum_required(VERSION 4.0) find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare) find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch) project(bare_url C) fetch_package("github:holepunchto/libutf#a1ceca8") fetch_package("github:holepunchto/libpunycode#e91ee34") fetch_package("github:holepunchto/libnormalize#0e81f65") fetch_package("github:holepunchto/libidna#1471406") fetch_package("github:holepunchto/liburl#fc3abba") add_bare_module(bare_url) target_sources( ${bare_url} PRIVATE binding.c ) target_link_libraries( ${bare_url} PRIVATE $ $ $ $ $ PUBLIC utf punycode normalize idna url )