Browse Source

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

kestred 12 years ago
parent
commit
7323dbc566
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/metalibs/panda/CMakeLists.txt

+ 1 - 0
panda/metalibs/panda/CMakeLists.txt

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