Initial commit
This commit is contained in:
12
LibImage/CMakeLists.txt
Normal file
12
LibImage/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
set(LIBIMAGE_SOURCES
|
||||
Image.cpp
|
||||
Netbpm.cpp
|
||||
PNG.cpp
|
||||
)
|
||||
|
||||
add_library(libimage ${LIBIMAGE_SOURCES})
|
||||
banan_link_library(libimage ban)
|
||||
banan_link_library(libimage libdeflate)
|
||||
|
||||
banan_install_headers(libimage)
|
||||
install(TARGETS libimage OPTIONAL)
|
||||
Reference in New Issue
Block a user