
fwLoadProperties()
fwUseForwardInclude(fwData)

find_package (Boost REQUIRED)

fwForwardInclude(${Boost_INCLUDE_DIRS})

fwLink(${Boost_LIBRARIES})

