Migrate to CTest (#7062)

This commit is contained in:
saker
2024-01-15 17:19:33 -05:00
committed by GitHub
parent 629ba0362b
commit 6c4d458599
12 changed files with 92 additions and 129 deletions

View File

@@ -25,12 +25,13 @@
#ifndef LMMS_MATH_H
#define LMMS_MATH_H
#include <QtGlobal>
#include <algorithm>
#include <cmath>
#include <cstdint>
#include "lmms_constants.h"
#include "lmmsconfig.h"
#include <QtGlobal>
#include <cmath>
namespace lmms
{