14 lines
182 B
CMake
14 lines
182 B
CMake
add_library(nf7_core)
|
|
target_link_libraries(nf7_core
|
|
PRIVATE
|
|
git_hash
|
|
nf7_config
|
|
nf7_iface
|
|
)
|
|
target_sources(nf7_core
|
|
PRIVATE
|
|
version.cc
|
|
PUBLIC
|
|
version.hh
|
|
)
|