Codebase list libgdf / 661d1ac
win32 build: default is static libs git-svn-id: https://libgdf.svn.sourceforge.net/svnroot/libgdf/trunk@73 00a3b082-7228-46c3-a6fa-0e10d54cf57f Martin Billinger 13 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22
33 option( BUILD_TESTING "Build tests" OFF )
44
5 set( BUILD_SHARED_LIBS true CACHE BOOL "Wether we shall build shared or dynamic libraries." )
5 if( WIN32 )
6 set( BUILD_SHARED_LIBS false CACHE BOOL "Wether we shall build shared or dynamic libraries." )
7 else( WIN32 )
8 set( BUILD_SHARED_LIBS true CACHE BOOL "Wether we shall build shared or dynamic libraries." )
9 endif( WIN32 )
610
711 set( GDF_SOURCE_ROOT ${Project_SOURCE_DIR} )
812