Ignore:
Timestamp:
Jun 1, 2010, 4:00:07 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/CMakeLists.txt

    r58 r60  
    176176                )
    177177                ADD_DEFINITIONS( "-DUSE_CLUSTER_ASIO_TCP_IOSTREAM" )
    178                 #SET(BOOST_ASIO_LIBRARY_RELEASE ../3rdParty_x86_x64/include/bo.lib CACHE FILEPATH "Select the release library of Boost ASIO to link against." )
    179                 #SET(BOOST_ASIO_LIBRARY_DEBUG ../3rdParty_x86_x64/lib\x86/adsda.lib CACHE FILEPATH "Select the debug library of Boost ASIO to link against." )
     178                ADD_DEFINITIONS( "-D_WIN32_WINNT=0x0501" )
     179                SET(BOOST_LIBRARY_PATH "../../3rdParty_x86_x64/lib/${DESTINATION_ARCH}/" CACHE PATH "Select the library folder of Boost libraries to link against." )
    180180                SET(BOOST_INCLUDE_DIR "../../3rdParty_x86_x64/include/boost-1.43.0/" CACHE PATH "Enter the path to the the include directory of Boost" )
     181                INCLUDE_DIRECTORIES(${BOOST_INCLUDE_DIR})
     182                LINK_DIRECTORIES(${BOOST_LIBRARY_PATH})
    181183ELSE()
    182                 #UNSET(BOOST_ASIO_LIBRARY_RELEASE CACHE)
    183                 #UNSET(BOOST_ASIO_LIBRARY_DEBUG CACHE)
     184                UNSET(BOOST_LIBRARY_PATH CACHE)
    184185                UNSET(BOOST_ASIO_INCLUDE_DIR CACHE)     
    185186ENDIF()
     
    277278)
    278279
    279 INCLUDE_DIRECTORIES(include/core include/util include/draw2D include/draw3D include/object include/manip_ObjectMounted include/manip_Spacemouse)
     280INCLUDE_DIRECTORIES(include/core include/util include/draw2D include/draw3D include/object include/manip_ObjectMounted)
    280281INCLUDE_DIRECTORIES(include/dataIO include/cluster include/extLink ${OPENSCENEGRAPH_INCLUDE_DIRS} .)
    281282
Note: See TracChangeset for help on using the changeset viewer.