For some reason on Ubuntu 14 (trusty) cmake translates `<INCLUDES>` in `CMAKE_ASM_NASM_COMPILE_OBJECT` as a literal `INCLUDES` which produces an error, remove it because we are not using it anyway. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
Most projects nowadays call the project specific cmake scripts directory just `cmake/` and we will do so as well.