if (USE_NUKE)
    find_package (Nuke ${NUKE_VERSION})
    if (NUKE_FOUND)
        add_subdirectory (txReader)
        add_subdirectory (txWriter)
    else ()
        message (STATUS "Could not Find Nuke. Skipping build of Nuke plugins.")
    endif ()
endif()
