Skip to content
  • Dylan Noblesmith's avatar
    don't write generated header to the source directory · 2cb512bd
    Dylan Noblesmith authored
    It was impossible to have the source directory read-only.
    
    Also add the include_directories() directive for tests/util
    in just one place, under tests/, so that all subdirectories
    inherit it. A bunch of CMakeLists.txt files duplicate it,
    so delete those redundant include flags:
    
    sed -i -e "/^\t\${piglit_SOURCE_DIR}\/tests\/util/ d" \
     `grep piglit_SOURCE_DIR -rl tests/ | grep "CMakeLists\.gl"`
    2cb512bd