Skip to content
Snippets Groups Projects

Rename caosdb-cpplib to linkahead-cpplib

Merged Joscha Schmiedt requested to merge f-94-rename-cpplib into dev
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
# ** header v3.0
# This file is a part of the CaosDB Project.
# This file is a part of the LinkAhead Project.
#
# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
# Copyright (C) 2021 Daniel Hornung <d.hornung@indiscale.com>
@@ -68,11 +68,11 @@ conan-install-debug:
.PHONY: conan-install-debug
conan-create:
conan create -s $(CONAN_SETTINGS) -o caosdb/*:build_acm=True .
conan create -s $(CONAN_SETTINGS) -o linkahead/*:build_acm=True .
.PHONY: conan-create
conan-create-debug:
conan create -s $(CONAN_SETTINGS) -s build_type=Debug -o caosdb/*:build_acm=True .
conan create -s $(CONAN_SETTINGS) -s build_type=Debug -o linkahead/*:build_acm=True .
.PHONY: conan-create-debug
Loading