Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbentley committed Apr 16, 2024
1 parent 637df31 commit df20974
Show file tree
Hide file tree
Showing 1,267 changed files with 1,030,711 additions and 2 deletions.
13 changes: 13 additions & 0 deletions 2dlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SET (HEADERS lib2d.h)
SET (CPPS
font.cpp
hardsurf.cpp
memsurf.cpp
pen.cpp
pentext.cpp
screen.cpp
surface.cpp
viewport.cpp)

ADD_LIBRARY(2dlib STATIC ${HEADERS} ${CPPS})

Loading

0 comments on commit df20974

Please sign in to comment.