Changeset 108 for CMakeLists.txt

Show
Ignore:
Timestamp:
05/12/08 17:56:55 (16 years ago)
Author:
smidl
Message:

Fixes for compilation on Win32 platform

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r95 r108  
    3535 
    3636ELSE(WIN32) 
     37        ADD_DEFINITIONS(-DNODEFAULTLIB:library) 
    3738        FIND_PACKAGE(ITPP REQUIRED) 
    3839