Fix builds (?)

This commit is contained in:
rjindael 2023-07-08 18:20:57 -07:00
parent 2fa5b6c292
commit d28634dc1c
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ option(COMPILE_SERVER "Compile the RNR server" ON)
set(DEPENDENCIES_DIR ${CMAKE_SOURCE_DIR}/Dependencies)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-attributes") # Ignore attribute warnings generated by Luau
set(CMAKE_AUTOMOC ON) # Enable Qt's automatic meta-object compiler
find_package(Boost REQUIRED)
find_package(cglm REQUIRED CONFIG)

View File

@ -1,4 +1,5 @@
#include <MainWindow.hpp>
#include "Resources/PlayerResources.hpp"
MainWindow::MainWindow()
{

View File

@ -1,5 +1,6 @@
#include <MainWindow.hpp>
#include <QGridLayout>
#include "Resources/StudioResources.hpp"
MainWindow::MainWindow()