Closed nicholasberlin closed 2 years ago
Not sure why but add_custom_target always rebuilds non-GPL/Events/Lib/CMakeFiles/EbpfEvents.dir/EbpfEvents.c.o
add_custom_target
Using a combo of add_custom_command and add_custom_target prevents the object file from being rebuilt when not necessary.
add_custom_command
Not sure why but
add_custom_target
always rebuilds non-GPL/Events/Lib/CMakeFiles/EbpfEvents.dir/EbpfEvents.c.oUsing a combo of
add_custom_command
andadd_custom_target
prevents the object file from being rebuilt when not necessary.