# SPDX-License-Identifier: MIT

# This file was generated by
# scripts/copy_from_upstream/copy_from_upstream.py

set(_NTRUPRIME_OBJS "")

if(OQS_ENABLE_KEM_ntruprime_sntrup761)
    add_library(ntruprime_sntrup761_openssh OBJECT kem_ntruprime_sntrup761.c sntrup761_openssh/sntrup761.c)
    target_include_directories(ntruprime_sntrup761_openssh PRIVATE ${CMAKE_CURRENT_LIST_DIR}/sntrup761_openssh)
    set(_NTRUPRIME_OBJS ${_NTRUPRIME_OBJS} $<TARGET_OBJECTS:ntruprime_sntrup761_openssh>)
endif()

set(NTRUPRIME_OBJS ${_NTRUPRIME_OBJS} PARENT_SCOPE)
