Skip to content

Commit

Permalink
remove demo.c perf.c from IGLU/nanovg library.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 23, 2024
1 parent 774b291 commit bc2b752
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions IGLU/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ target_include_directories(IGLUtexture_accessor PUBLIC "${IGL_ROOT_DIR}/third-pa
# Nanovg
if (IGLU_WITH_NANOVG)
target_sources(IGLUnanovg PRIVATE "${IGL_ROOT_DIR}/third-party/deps/src/nanovg/src/nanovg.c")
target_sources(IGLUnanovg PRIVATE "${IGL_ROOT_DIR}/third-party/deps/src/nanovg/example/demo.c")
target_sources(IGLUnanovg PRIVATE "${IGL_ROOT_DIR}/third-party/deps/src/nanovg/example/perf.c")
target_include_directories(IGLUnanovg PUBLIC "${IGL_ROOT_DIR}/third-party/deps/src/nanovg/example")
endif()

if(UNIX)
Expand Down

0 comments on commit bc2b752

Please sign in to comment.