project_files/hwc/rtl/CMakeLists.txt
author raptor <buckyballreaction@gmail.com>
Sun, 25 Aug 2019 19:39:29 -0600
changeset 15366 5c0479d0ed5b
parent 11664 71bdf987e41f
permissions -rw-r--r--
Remove last vestiges of GLEW
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8004
da4c6db6ea6b correct includes and clang detection
koda
parents: 7999
diff changeset
     1
8047
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8029
diff changeset
     2
file(GLOB fpcrtl_src *.c)
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8029
diff changeset
     3
9254
d5f513019851 rtl always static
koda
parents: 9201
diff changeset
     4
add_library(fpcrtl STATIC ${fpcrtl_src})
7999
bb503cd46516 add a few cmakefiles for c engine and rtl
koda
parents:
diff changeset
     5