mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Added fix for jolt precompiled headers failing to compiled on windows if missing .cpp file.
Added a prebuild command that moves a cpp file into jolt dir.
This commit is contained in:
1
Nuake/dependencies/Jolt.cpp
Normal file
1
Nuake/dependencies/Jolt.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "Jolt/Jolt.h"
|
||||
@@ -26,6 +26,10 @@ project 'JoltPhysics'
|
||||
"JoltPhysics/Jolt.cpp",
|
||||
}
|
||||
|
||||
prebuildcommands {
|
||||
"{COPY} %{prj.location}../Jolt.cpp %{prj.location}"
|
||||
}
|
||||
|
||||
filter "configurations:Debug"
|
||||
cppdialect "C++17"
|
||||
runtime "Debug"
|
||||
|
||||
Reference in New Issue
Block a user