mpir/yasm/tools/genperf/CMakeLists.txt

9 lines
212 B
CMake

add_executable(genperf
genperf.c
perfect.c
../../libyasm/phash.c
../../libyasm/xmalloc.c
../../libyasm/xstrdup.c
)
set_target_properties(genperf PROPERTIES COMPILE_FLAGS -DYASM_LIB_DECL=)