bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.92k stars 293 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.