Skip to content

Commit

Permalink
Export URL utils
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Aug 27, 2019
1 parent 333294f commit aac31b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ chdir ..
robocopy /V build\MinSizeRel\ dist-windows\Release2015 /S
robocopy /V build\Debug dist-windows\Debug2015 /S
REM TODO: put exported include files into an "include" directory and modify build appropriately
robocopy /V . dist-windows datetime.hpp error.hpp psicash.hpp
robocopy /V . dist-windows datetime.hpp error.hpp url.hpp psicash.hpp
robocopy /V vendor\ dist-windows\vendor /S
git describe --always --long --dirty --tags > dist-windows/git.txt
1 change: 1 addition & 0 deletions psicash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "vendor/nlohmann/json.hpp"
#include "datetime.hpp"
#include "error.hpp"
#include "url.hpp"


namespace psicash {
Expand Down

0 comments on commit aac31b8

Please sign in to comment.