instant-ngp icon indicating copy to clipboard operation
instant-ngp copied to clipboard

CMake: corrections

Open scivision opened this issue 7 months ago • 0 comments

  • to set default build type, it must be done before project()
  • use simpler list(APPEND to avoid typos
  • use generator expressions rather than CMAKE_C_FLAGS
  • correct use of definitions instead of options

scivision avatar Nov 10 '23 19:11 scivision