nf7/core/CMakeLists.txt
2023-07-09 13:03:23 +09:00

10 lines
157 B
CMake

add_library(nf7_core)
target_link_libraries(nf7_core PRIVATE git_hash nf7_iface)
target_sources(nf7_core
PRIVATE
version.cc
PUBLIC
version.hh
)