1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Extract some common definitions.

This commit is contained in:
Bartosz Taudul
2024-03-17 13:25:29 +01:00
parent 375f4526df
commit 46718851da
4 changed files with 35 additions and 35 deletions
-4
View File
@@ -3,10 +3,6 @@
set (ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}/../")
if(WIN32)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
endif()
# Dependencies are taken from the system first and if not found, they are pulled with CPM and built from source
include(FindPkgConfig)