2 ${CMAKE_SOURCE_DIR}/src/util
9 ${CMAKE_SOURCE_DIR}/src/util
36 dlist-edgeflag-dangling
60 linestrip-flat-stipple
62 linestrip-stipple-wide
66 line-userclip-nop-clip
80 poly-flat-unfilled-clip
83 quad-clip-all-vertices
103 quad-unfilled-stipple
110 tri-array-interleaved
129 trifan-flat-unfilled-clip
146 tri-point-line-clipped
162 tri-unfilled-edgeflag
168 tri-unfilled-userclip
169 tri-unfilled-userclip-stip
196 foreach (target ${targets})
197 add_executable (${subdir}_${target} ${target}.c)
198 set_target_properties (${subdir}_${target} PROPERTIES OUTPUT_NAME ${target})
199 install (TARGETS ${subdir}_${target} DESTINATION ${subdir})