alec

Abstraction Layer for Escape Codes
git clone git://git.dimitrijedobrota.com/alec.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

commit 15a08272ab5daa5b79e57b254e06957053603d57
parent b6aefc9b942a0f464448415670b8679298a51782
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Fri, 6 Jun 2025 16:44:41 +0200

Config cleanup

Diffstat:
M CMakeLists.txt | + -
M vcpkg-configuration.json | + -
M vcpkg.json | +++ ---

3 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/ CMakeLists.txt b/ CMakeLists.txt

@@ -18,7 +18,7 @@ include(cmake/variables.cmake)

add_library(alec_alec INTERFACE)
add_library(alec::alec ALIAS alec_alec)

find_package(based 0.1.2 CONFIG REQUIRED)
find_package(based 0.2.0 CONFIG REQUIRED)
target_link_libraries(alec_alec INTERFACE based::based)

set_property(

diff --git a/ vcpkg-configuration.json b/ vcpkg-configuration.json

@@ -9,7 +9,7 @@

"kind": "git",
"repository": "git://git.dimitrijedobrota.com/vcpkg-registry.git",
"baseline": "487d7c36bb87d45fb7f98f5bd6c7dd0bed9b8c08",
"packages": [ "cemplate" ]
"packages": [ "based" ]
}
]
}

diff --git a/ vcpkg.json b/ vcpkg.json

@@ -1,10 +1,10 @@

{
"name": "alec",
"version-semver": "0.1.18",
"version-semver": "0.2.0",
"dependencies": [
{
"name": "cemplate",
"version>=": "0.3.0"
"name": "based",
"version>=": "0.2.0"
}
],
"default-features": [],