
############################################################################
# Copyright (c) 2023-2024 SPAdes team
# All Rights Reserved
# See file LICENSE for details.
############################################################################

project(getopt_pp CXX)

add_library(getopt_pp STATIC
            getopt_pp.cpp)

