~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to cmake/CheckBuildDependencies.cmake

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                    "http://icculus.org/physfs/"
48
48
                    FALSE "" "" )
49
49
 
 
50
find_package(Boost 1.37 QUIET COMPONENTS unit_test_framework)
 
51
macro_log_feature(  Boost_UNIT_TEST_FRAMEWORK_FOUND
 
52
                    "Boost.Test"
 
53
                    "Library for testing C++ code"
 
54
                    "http://boost.org"
 
55
                    FALSE "1.37" "" )
 
56
 
 
57
 
50
58
# ------------------------------------------------------------------------------
51
59
# Set the include paths and the libraries which should be linked
52
60
#
65
73
  ${SDLIMAGE_LIBRARY}
66
74
  ${PHYSFS_LIBRARY}
67
75
  ${Cg_LIBRARY}
68
 
  ${Boost_LIBRARIES}
 
76
  ${BOOST_DATE_TIME_LIBRARY}
 
77
  ${BOOST_FILESYSTEM_LIBRARY}
 
78
  ${BOOST_IOSTREAMS_LIBRARY}
 
79
  ${BOOST_PROGRAM_OPTIONS_LIBRARY}
 
80
  ${BOOST_SIGNALS_LIBRARY}
 
81
  ${BOOST_THREAD_LIBRARY}
69
82
  ole_generator
70
83
  xml-sipa
71
84
)