mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +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)
|
add_subdirectory(udt-test)
|
||||||
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
|
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
|
||||||
|
|
||||||
add_subdirectory(container-test)
|
add_subdirectory(container-profile)
|
||||||
set_target_properties(container-test PROPERTIES FOLDER "Tools")
|
set_target_properties(container-profile PROPERTIES FOLDER "Tools")
|
||||||
|
|
||||||
add_subdirectory(vhacd-util)
|
add_subdirectory(vhacd-util)
|
||||||
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")
|
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()
|
setup_hifi_project()
|
||||||
|
|
||||||
link_hifi_libraries(networking)
|
link_hifi_libraries(networking)
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// main.cpp
|
// main.cpp
|
||||||
// tools/container-test/src
|
// tools/container-profile/src
|
||||||
//
|
//
|
||||||
// Created by Stephen Birarda on 8/18/15.
|
// Created by Stephen Birarda on 8/18/15.
|
||||||
// Copyright 2015 High Fidelity, Inc.
|
// Copyright 2015 High Fidelity, Inc.
|
Loading…
Reference in a new issue