mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Removed CMakeLists.txt
This commit is contained in:
parent
4c7eb2f63d
commit
0fa06d96f1
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
add_definitions(-DFONS_USE_FREETYPE)
|
||||
add_definitions(-DNVG_NO_STB)
|
||||
|
||||
add_library (
|
||||
nanovg
|
||||
src/nanovg.c
|
||||
)
|
||||
|
||||
include_directories(../freetype/include)
|
||||
|
||||
target_link_libraries(
|
||||
nanovg
|
||||
PUBLIC
|
||||
freetype
|
||||
)
|
||||
|
||||
target_include_directories (nanovg PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
||||
Loading…
Add table
Add a link
Reference in a new issue