From f5a53957a0eb14ad8e20a2f49cc582e11ce77b61 Mon Sep 17 00:00:00 2001 From: Kraust Date: Sat, 8 Jun 2024 22:57:27 -0400 Subject: [PATCH] Woops --- shim/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shim/CMakeLists.txt b/shim/CMakeLists.txt index 5b28582..e83d17c 100644 --- a/shim/CMakeLists.txt +++ b/shim/CMakeLists.txt @@ -1,4 +1,5 @@ find_package(Python COMPONENTS Interpreter Development) -find_package(Qt6 REQUIRED COMPONENTS Core Widgets) qt_add_executable(${NAME} main.cpp) + +target_link_libraries(${NAME} PUBLIC Python::Python)