ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

failed to copy imgui.ini #51

Closed slashedCodes closed 1 year ago

slashedCodes commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Compiling error: 'Error copying file "C:/Users/Andrew/Desktop/MathAnimation/imgui.ini" to "C:/Users/Andrew/Desktop/MathAnimation/build/bin/Release"'

To Reproduce Steps to reproduce the behavior:

  1. compile the project with cmake

Expected behavior i expect it to be able to copy a file

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

ambrosiogabe commented 1 year ago

Sorry about that! CMake support was added today so I expect there to be some issues. I've added a hotfix to the master branch so this issue should be fixed now :)

If the issue persists feel free to reopen this as necessary.