author | koda |
Mon, 17 Jun 2013 22:54:17 +0200 | |
branch | webgl |
changeset 9201 | bcf2f7798ebb |
parent 8047 | 25a4daa6473c |
child 9254 | d5f513019851 |
permissions | -rw-r--r-- |
7999 | 1 |
|
9201 | 2 |
include_directories(${GLEW_INCLUDE_DIR}) |
8004 | 3 |
|
8047
25a4daa6473c
cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents:
8029
diff
changeset
|
4 |
file(GLOB fpcrtl_src *.c) |
25a4daa6473c
cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents:
8029
diff
changeset
|
5 |
|
7999 | 6 |
add_library(fpcrtl ${fpcrtl_src}) |
7 |
||
8029 | 8 |
#if(WEBGL) |
9 |
# set_target_properties(fpcrtl PROPERTIES PREFIX "em") |
|
10 |
# set_target_properties(fpcrtl PROPERTIES SUFFIX ".bc") |
|
11 |
#endif(WEBGL) |
|
7999 | 12 |
|
13 |
||
14 |
||
15 |
||
16 |