2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Ignore CMake build directories.

This commit is contained in:
Bartosz Taudul
2024-07-12 17:11:27 +02:00
parent 1458a6ab23
commit 521e371c60
4 changed files with 6 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ project(
LANGUAGES C CXX
VERSION ${TRACY_VERSION_STRING})
file(GENERATE OUTPUT .gitignore CONTENT "*")
# a bit weird but works: include the client cmake config coming from top-level
# cmake needs us to specify the build subfolder -> client/ this way we can
# simply link the test executable against TracyClient