Add CMakeLists for panda/metakubs/pandagl. Not yet built.

This commit is contained in:
kestred 2014-01-26 12:52:37 -07:00
parent 7323dbc566
commit 77060a4fb8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
if(HAVE_GL)
add_definitions(-DBUILDING_PANDAGL)
set(PANDAGL_LINK_TARGETS p3glgsg)
add_library(pandagl pandagl.cxx)
target_link_libraries(pandagl ${PANDAGL_LINK_TARGETS})
endif()