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/" ]