mkdir build
cmake .. -DDISABLE_NLS="1" -DCMAKE_INSTALL_PREFIX=prefix
make
make install

To uninstall:
	xargs rm < install_manifest.txt

Another Macros can use:

RESOURCE_DIR
LIB_INSTALL_DIR
INCLUDE_INSTALL_DIR
BIN_INSTALL_DIR
LIB_INSTALL_DIR
DATA_INSTALL_DIR
INCLUDE_INSTALL_DIR
GETTEXT_PACKAGE
DISABLE_NLS


