Fix Trace Analyzer cmake.

This commit is contained in:
Lukas Steiner
2023-02-22 17:11:17 +01:00
parent fe08c833c8
commit e848d776cc
8 changed files with 33 additions and 43 deletions

View File

@@ -42,7 +42,6 @@ project(TraceAnalyzer)
file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS *.cpp)
file(GLOB_RECURSE HEADER_FILES CONFIGURE_DEPENDS *.h;*.hpp)
#file(GLOB_RECURSE UI_FILES CONFIGURE_DEPENDS *.ui)
# Add Python3 Dependency:
find_package(Python3 COMPONENTS Development)