projects
/
platform
/
core
/
uifw
/
coregl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ae9de
)
[Title] Added COREGL_COMPILE_DATE in CMakeLists.txt
author
Haegeun Park
<haegeun.park@samsung.com>
Tue, 8 Jan 2013 13:26:26 +0000
(
05:26
-0800)
committer
Haegeun Park
<haegeun.park@samsung.com>
Tue, 8 Jan 2013 13:26:26 +0000
(
05:26
-0800)
[Issue#]
[Problem]
[Cause]
[Solution]
-
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 068524a7f9b584163ff2dc49bf919ff6ad637958..5e32d8bd34924027ceaf7e5f7e99db108b02630b 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-11,6
+11,7
@@
SET(VERSION "${VERSION_MAJOR}.0")
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
ADD_DEFINITIONS("-DPREFIX=\"${PREFIX}\"")
+ADD_DEFINITIONS("-D_COREGL_COMPILE_DATE=\"`date`\"")
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fvisibility=hidden")
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g -O2 -fPIC -Wall -std=c99 -D_COREGL_EMBEDDED_GL")