Add missing compiler define in CMakeLists for panda/metalibs/panda

This commit is contained in:
kestred 2014-01-26 11:45:35 -07:00
parent e24f7feb5a
commit 7323dbc566
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
add_definitions(-DBUILDING_PANDA)
set(PANDA_LINK_TARGETS p3pnmimagetypes p3device)
if(LINK_IN_PHYSX)