File: CMakeLists.txt

package info (click to toggle)
mdds 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,828 kB
  • sloc: cpp: 21,913; exp: 6,696; makefile: 698; ansic: 616; python: 602; sh: 428; lisp: 8
file content (6 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
# SPDX-FileCopyrightText: 2025 Kohei Yoshida
#
# SPDX-License-Identifier: MIT

add_executable(runtime-env EXCLUDE_FROM_ALL main.cpp)
target_include_directories(runtime-env PRIVATE ${PROJECT_SOURCE_DIR}/include)