Fixing Math includes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.15...3.30)
|
||||
|
||||
project(StartingPoint)
|
||||
|
||||
set(StartingPoint
|
||||
StartingPoint/EntryPoint.h
|
||||
StartingPoint/StartingPoint.h
|
||||
StartingPoint/private/StartingPoint.cpp
|
||||
)
|
||||
|
||||
set(StartingPointPCH
|
||||
StartingPoint/StartingPointPCH.h
|
||||
)
|
@@ -24,8 +24,6 @@ static void IdleMsg()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Phanes::Core::Application::PhanesProject::PhanesProject(std::string _ProjectName)
|
||||
: projectName(_ProjectName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user