9 lines
121 B
CMake
9 lines
121 B
CMake
set(SOURCES
|
|
dummy.cpp
|
|
)
|
|
|
|
add_library(libelf ${SOURCES})
|
|
|
|
banan_install_headers(libelf)
|
|
install(TARGETS libelf OPTIONAL)
|