diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-05 00:19:48 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-05 00:19:48 (GMT) |
commit | f90d2917e60a95a53f60b8f67f16d22bf4e15c32 (patch) | |
tree | 35d01c83ead3c689210b845079cbb8e206500831 /boost.pri | |
parent | 2b4979544200406b35be0bfba18385c65bd1518d (diff) |
add BOOST_ROOT detection to test CMakeLists, for custom boost locations
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ boost { win32 { LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1 } else { + # some platforms have only '-mt' versions. uncomment if needed. + # LIBS += -lboost_thread-mt -lboost_program_options-mt LIBS += -lboost_thread -lboost_program_options } } |