10 lines
157 B
CMake
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
|
|
)
|