Skip to content

Commit

Permalink
AltAI removed from CPU devices library: #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. committed Dec 9, 2024
1 parent 1edbe01 commit f46b79f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 474 deletions.
24 changes: 0 additions & 24 deletions knp/backends/cpu/cpu-devices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,6 @@ set_target_properties(
VERSION "${CMAKE_PROJECT_VERSION}"
SOVERSION "${CMAKE_PROJECT_VERSION_MAJOR}")

knp_add_library("${PROJECT_NAME}-altai"
STATIC
impl/altai.cpp

include/${${PROJECT_NAME}_PUBLIC_INCLUDE_DIR}/altai.h

LINK_PRIVATE
spdlog::spdlog_header_only
KNP::Core
ALIAS KNP::Devices::AltAI
)

set_target_properties(
"${PROJECT_NAME}-altai"
PROPERTIES
VERSION "${CMAKE_PROJECT_VERSION}"
SOVERSION "${CMAKE_PROJECT_VERSION_MAJOR}"
)

if (KNP_INSTALL)
set(COMPONENT_NAME "cpp-framework")
Expand All @@ -86,12 +68,6 @@ if (KNP_INSTALL)
COMPONENT "${COMPONENT_NAME}-dev"
ARCHIVE)

# Install for AltAI
install(TARGETS "${PROJECT_NAME}-altai"
EXPORT "${PROJECT_NAME}-altai"
COMPONENT "${COMPONENT_NAME}-dev"
ARCHIVE)

install(DIRECTORY "include/${${PROJECT_NAME}_PUBLIC_INCLUDE_DIR}"
COMPONENT "${COMPONENT_NAME}-dev"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/knp"
Expand Down
162 changes: 0 additions & 162 deletions knp/backends/cpu/cpu-devices/impl/altai.cpp

This file was deleted.

Loading

0 comments on commit f46b79f

Please sign in to comment.