1link_libraries(iowow_s) 2foreach(EX IN ITEMS example1 cursors1 compoundkeys1) 3 add_executable(${EX} ${EX}.c) 4 set_target_properties(${EX} PROPERTIES COMPILE_FLAGS "-DIW_STATIC") 5endforeach() 6