1
0
mirror of https://github.com/google/cpu_features.git synced 2025-06-30 21:02:34 +02:00

Converts list_cpu_features to C

This commit is contained in:
Guillaume Chatelet
2018-02-09 10:08:23 +01:00
parent 11e3e20496
commit 4189efff92
3 changed files with 109 additions and 113 deletions

View File

@ -53,9 +53,8 @@ target_link_libraries(cpu_features PUBLIC ${CMAKE_DL_LIBS})
# program : list_cpu_features
#
add_executable(list_cpu_features src/list_cpu_features.cc)
add_executable(list_cpu_features src/list_cpu_features.c)
target_link_libraries(list_cpu_features PRIVATE cpu_features)
target_compile_features(list_cpu_features PRIVATE cxx_range_for)
#
# tests