bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Fix cmake install for headers #142

Closed Lectem closed 2 years ago

Lectem commented 2 years ago

It looks like that if you provide BINARY/LIBRARY/ARCHIVE destinations, then CMake will ask for PUBLIC_HEADER while it wouldn't otherwise. This fixes the headers not being installed.