Merge pull request #23 from MarcusLlewellyn/branding

Update Primary CMakeLists project name to Athena
This commit is contained in:
kasenvr 2019-12-19 13:14:24 -05:00 committed by GitHub
commit 6b5d1c6191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")