dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
disabled pcie2x1l1,enable sata
hc
2024-08-16
94ba65e25ce534ec0515708c9e0835242345bc7b
[~luoshi/RK3588_XEN.git]
/
uefi
/
edk2
/
UnitTestFrameworkPkg
/
Library
/
CmockaLib
/
cmocka
/
example
/
mock
/
CMakeLists.txt
1
2
3
4
5
# TODO Execute "$CMAKE_LINKER --help" and check for --wrap
if (${CMAKE_C_COMPILER_ID} MATCHES "(GNU|Clang)" AND NOT APPLE)
add_subdirectory(chef_wrap)
add_subdirectory(uptime)
endif()