Cmake changes needed for standalone

This commit is contained in:
Drake Arconis
2012-09-07 17:53:13 -04:00
parent 9b66d74382
commit 86ad4aabf3
7 changed files with 51 additions and 54 deletions

View File

@@ -63,8 +63,8 @@ add_library (llvfs ${llvfs_SOURCE_FILES})
add_dependencies(llvfs prepare)
target_link_libraries(llvfs
${BOOST_FILESYSTEM_LIBRARY}
${BOOST_SYSTEM_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
)
if (DARWIN)