mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 09:42:21 +02:00
12 lines
No EOL
392 B
CMake
12 lines
No EOL
392 B
CMake
#
|
|
# Copyright 2022-2023 Overte e.V.
|
|
# Created by dr Karol Suprynowicz on 2022/09/03
|
|
#
|
|
# Distributed under the Apache License, Version 2.0.
|
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
macro(TARGET_V8)
|
|
find_package(libnode REQUIRED)
|
|
target_link_libraries(${TARGET_NAME} libnode::libnode)
|
|
endmacro() |