set(NIFTEST
niftest.cpp
)
source_group(components\\nif\\tests FILES ${NIFTEST})
# Main executable
openmw_add_executable(niftest
${NIFTEST}
target_link_libraries(niftest
${Boost_FILESYSTEM_LIBRARY}
components
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(niftest gcov)
endif()