~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to cmake/CheckUseDependencies.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:
11
11
  program_options
12
12
  date_time
13
13
  iostreams
 
14
  signals
 
15
  thread
14
16
)
15
17
 
16
18
macro_log_feature(  Boost_FOUND
42
44
                    "Library for implementing standard C++ streams"
43
45
                    "http://boost.org"
44
46
                    TRUE "1.40" "" )
 
47
                    
 
48
macro_log_feature(  Boost_SIGNALS_FOUND
 
49
                    "Boost.Signals"
 
50
                    "Signals and slots Library"
 
51
                    "http://boost.org"
 
52
                    TRUE "1.40" "" )
 
53
                    
 
54
macro_log_feature(  Boost_THREAD_FOUND
 
55
                    "Boost.Thread"
 
56
                    "Multithreading Library"
 
57
                    "http://boost.org"
 
58
                    TRUE "1.40" "" )
45
59
 
46
60
# ------------------------------------------------------------------------------
47
61
# Set the include paths