Skip to content
  • Ralph Giles's avatar
    cmake: fix install target. · f253dd72
    Ralph Giles authored
    The previous commit changed the generated source file location
    without updating the installed-file list or include directories,
    breaking installation and downstream integration tests.
    
    Adding the include directory doesn't seem to be necessary on macOS,
    but even the initial build step fails on Linux without it.
    f253dd72