Files
eden/externals/getopt/CMakeLists.txt
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
327 B
CMake
Raw Normal View History

2022-05-15 02:06:02 +02:00
# SPDX-FileCopyrightText: 2015 Greg Wicks <gpwicks@email.wm.edu>
# SPDX-License-Identifier: GPL-2.0-or-later
add_library(getopt
getopt.c
getopt.h
)
create_target_directory_groups(getopt)
2015-07-13 19:46:11 -03:00
target_compile_definitions(getopt PUBLIC STATIC_GETOPT)
target_include_directories(getopt INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})