Added boost system library.

This commit is contained in:
Miroslav Bendík 2012-08-25 16:35:12 +02:00
parent 8396275bf8
commit ae08fb7345
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ find_package_handle_standard_args(LibSqlite3 DEFAULT_MSG LIBSQLITE3_LIBRARY LIB
mark_as_advanced(LIBSQLITE3_INCLUDE_DIR LIBSQLITE3_LIBRARY )
find_package(Boost COMPONENTS filesystem)
find_package(Boost COMPONENTS system filesystem)
include_directories(
"${PROJECT_BINARY_DIR}"