Update Primary CMakeLists project name to Athena

Having a "hifi.sln" file feels wrong. Let's fix that.
This commit is contained in:
Marcus Llewellyn 2019-12-18 17:33:35 -06:00
parent b572b6595e
commit b923c3f7f1

View file

@ -82,7 +82,7 @@ if(NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg.cmake")
endif()
include("${CMAKE_BINARY_DIR}/vcpkg.cmake")
project(hifi)
project(athena)
include("cmake/init.cmake")
include("cmake/compiler.cmake")