mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
rename the container-test to container-profile
This commit is contained in:
parent
bf919f105a
commit
c6467f7fbc
3 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ set_target_properties(scribe PROPERTIES FOLDER "Tools")
|
|||
add_subdirectory(udt-test)
|
||||
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
|
||||
|
||||
add_subdirectory(container-test)
|
||||
set_target_properties(container-test PROPERTIES FOLDER "Tools")
|
||||
add_subdirectory(container-profile)
|
||||
set_target_properties(container-profile PROPERTIES FOLDER "Tools")
|
||||
|
||||
add_subdirectory(vhacd-util)
|
||||
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set(TARGET_NAME container-test)
|
||||
set(TARGET_NAME container-profile)
|
||||
setup_hifi_project()
|
||||
|
||||
link_hifi_libraries(networking)
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// main.cpp
|
||||
// tools/container-test/src
|
||||
// tools/container-profile/src
|
||||
//
|
||||
// Created by Stephen Birarda on 8/18/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
Loading…
Reference in a new issue