project_files/hwc/rtl/CMakeLists.txt
author alfadur
Sat, 11 Jul 2020 20:33:23 +0300
changeset 15719 08e556cad305
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
improve sentry jumping out
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