mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 02:40:04 +02:00
12 lines
247 B
Bash
12 lines
247 B
Bash
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
mkdir $PREFIX/lib
|
|
mkdir $PREFIX/bin
|
|
mkdir $PREFIX/include
|
|
|
|
|
|
|
|
cp build/bin/ctbGui $PREFIX/bin/.
|
|
cp build/bin/libctbRootLib.so $PREFIX/lib/.
|
|
|