overte-JulianGro/cmake/macros/TargetV8.cmake
Edgar 8d37f2b7d1
🚧 WIP build with conan
Currently can only build the interface
2025-02-27 12:31:19 +01:00

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()