From 7323dbc566158f3d0ee69a88e22880e2c4b3a442 Mon Sep 17 00:00:00 2001 From: kestred Date: Sun, 26 Jan 2014 11:45:35 -0700 Subject: [PATCH] Add missing compiler define in CMakeLists for panda/metalibs/panda --- panda/metalibs/panda/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/metalibs/panda/CMakeLists.txt b/panda/metalibs/panda/CMakeLists.txt index e212a7e60e..cd62d585c8 100644 --- a/panda/metalibs/panda/CMakeLists.txt +++ b/panda/metalibs/panda/CMakeLists.txt @@ -1,3 +1,4 @@ +add_definitions(-DBUILDING_PANDA) set(PANDA_LINK_TARGETS p3pnmimagetypes p3device) if(LINK_IN_PHYSX)