File: basic-static.cmake

package info (click to toggle)
rocm-cmake 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: cpp: 82; python: 33; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ######################################################################################################################
# Copyright (C) 2020 Advanced Micro Devices, Inc.
# ######################################################################################################################

install_dir(${TEST_DIR}/libsimple CMAKE_ARGS -DBUILD_SHARED_LIBS=Off)
test_check_package(
    NAME simple
    HEADER simple.h
    TARGET simple)
install_dir(${TEST_DIR}/libbasic CMAKE_ARGS -DBUILD_SHARED_LIBS=Off)
test_check_package(
    NAME basic
    HEADER basic.h
    TARGET basic
    CHECK_TARGET simple)