jleung51-coursework / phaser

C++ servers utilizing the Microsoft Azure Storage Client Library.
MIT License
1 stars 0 forks source link

Change CMake compilation for any directory structure #23

Closed jleung51 closed 8 years ago

jleung51 commented 8 years ago

As addressed in this issue.

The default directory is no longer an absolute path.

The Casablanca and Azure Storage directories are now one directory closer to the repository than before - in the same directory as the UnitTest++ directory, for consistency.

New directory structure:

[parent_directory]
 ├ casablanca (C++ REST SDK)
 ├ azure-storage-cpp (Microsoft Azure Storage)
 ├ unittest-cpp (UnitTest++)
 └ phaser

I have also renamed the project in CMake as the project was originally named BasicServer when it was first conceived, but has grown beyond BasicServer.

daphne-chong commented 8 years ago

Good work!

daphne-chong commented 8 years ago

Sorry closed by accident.