Re: [CMake] can't get compile_definitions working quite right

2008-09-05 Thread Philip Lowman
On Thu, Sep 4, 2008 at 8:24 PM, Christopher Harvey <[EMAIL PROTECTED]>wrote: > Hello list, > > I'll just start off by pasting my CMakeLists.txt, and I'll explain the > problem right after. > > CMAKE_MINIMUM_REQUIRED(VERSION 2.6) > ADD_LIBRARY(Portal SHARED > BSPWorld.cc >

[CMake] can't get compile_definitions working quite right

2008-09-04 Thread Christopher Harvey
Hello list, I'll just start off by pasting my CMakeLists.txt, and I'll explain the problem right after. CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ADD_LIBRARY(Portal SHARED BSPWorld.cc Polygon3D.cc) SET_TARGET_PROPERTIES(Portal PROPERTIES COMPILE_