1 include_directories(../../include) 2 3 add_library( 4 ripemd_decrepit 5 6 OBJECT 7 8 ripemd.c 9 ) 10