Introduce defs.h with all cmake variables
[platform/core/system/crash-worker.git] / include / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2 PROJECT(crash-manager C)
3
4 CONFIGURE_FILE(defs.h.in defs.h @ONLY)