fix emscripten + tracy wrong include path

This commit is contained in:
Green Sky 2022-10-30 16:21:31 +01:00 committed by Erik Scholz
parent 53c7bc1477
commit 8cc473b9fc

View File

@ -32,7 +32,7 @@ else() # EMSCRIPTEN
target_compile_features(tracy_client INTERFACE cxx_std_17)
target_include_directories(tracy_client INTERFACE "${CMAKE_CURRENT_LIST_DIR}")
target_include_directories(tracy_client INTERFACE "${CMAKE_CURRENT_LIST_DIR}/tracy/public")
endif()