Skip to content
Snippets Groups Projects
Commit 51a8f295 authored by samuel.hayden's avatar samuel.hayden
Browse files

Added post build command to copy .exe to bin folder

parent f66b9fc8
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ project "LatticeDehomogenization"
openmp "On"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin/intermediates/" .. outputdir .. "/%{prj.name}")
targetdir ("binvs/" .. outputdir .. "/%{prj.name}")
objdir ("binvs/intermediates/" .. outputdir .. "/%{prj.name}")
files {
"%{prj.name}/src/**.h",
......@@ -67,4 +67,7 @@ project "LatticeDehomogenization"
runtime "Release"
libdirs {
"Dependancies/OCCT/lib-vc14/lib"
}
postbuildcommands {
"{COPYFILE} %[binvs/" .. outputdir .. "/%{prj.name}/%{prj.name}.exe] %[bin/]"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment