Initial commit
This commit is contained in:
10
LibFont/CMakeLists.txt
Normal file
10
LibFont/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
set(LIBGUI_SOURCES
|
||||
Font.cpp
|
||||
PSF.cpp
|
||||
)
|
||||
|
||||
add_library(libfont ${LIBGUI_SOURCES})
|
||||
banan_link_library(libfont ban)
|
||||
|
||||
banan_install_headers(libfont)
|
||||
install(TARGETS libfont OPTIONAL)
|
||||
Reference in New Issue
Block a user