From 51e872a3448060ac4a6c9076979b6a59f5f0ca77 Mon Sep 17 00:00:00 2001 From: _xeroxz <_xeroxz@back.engineer> Date: Thu, 2 Dec 2021 19:17:13 -0800 Subject: [PATCH] ensure this shit is bussin correctly --- CMakeLists.txt | 1 + cmake.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 914d5dc..6493b17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ target_compile_features(vmprofiler-qt PRIVATE target_include_directories(vmprofiler-qt PRIVATE include + "src/darkstyle/framelesswindow/" "dependencies/ia32-doc/out/" ) diff --git a/cmake.toml b/cmake.toml index 6c61e28..829da4b 100644 --- a/cmake.toml +++ b/cmake.toml @@ -30,6 +30,7 @@ sources = [ include-directories = [ "include", + "src/darkstyle/framelesswindow/", "dependencies/ia32-doc/out/" ]