author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 28 Jul 2018 13:15:59 +0200 | |
changeset 13572 | 8f9b84d6991d |
parent 11664 | 71bdf987e41f |
child 15366 | 5c0479d0ed5b |
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 |
|
9254 | 6 |
add_library(fpcrtl STATIC ${fpcrtl_src}) |
7999 | 7 |