#Install the nasm.exe executables built by msvc.mak if (WIN32) file (INSTALL ${CMAKE_CURRENT_BINARY_DIR}/nasm.exe DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) file (INSTALL ${CMAKE_CURRENT_BINARY_DIR}/ndisasm.exe DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) endif (WIN32)