summaryrefslogtreecommitdiff
path: root/example/mock/CMakeLists.txt
blob: 04bbb1f9cd2110ad1115dcdf964f44abbee15670 (plain)
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()