You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tracy/profiler/helpers/CMakeLists.txt

13 lines
250 B
CMake

cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 20)
project(helpers LANGUAGES CXX)
add_executable(embed
../../public/common/tracy_lz4.cpp
../../public/common/tracy_lz4hc.cpp
embed.cpp
)
install(TARGETS embed DESTINATION .)