Hi, I am converting our old Makefiles to cmake. In one Makefile we use "include different/project/build.mak" which basicacly contain KEY=VALUE lines. I am trying to find out how to pass this directive from CMakeLists.txt to generated Makefiles? Is it possible with CMake? Thanks Thidney