Prefix remaining OpenSubdiv CMake macros

This adds an "osd" prefix to the macros used
to install far tutorials.
This commit is contained in:
David G Yu 2020-03-09 13:55:20 -07:00
parent 4c1889137f
commit 5df2fb9f3f
13 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
macro(_add_far_tutorial NAME)
macro(osd_add_far_tutorial NAME)
osd_add_executable(${NAME} "tutorials/far"
${ARGN}

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_1_1
far_tutorial_1_1.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_1_2
far_tutorial_1_2.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_2_1
far_tutorial_2_1.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_2_2
far_tutorial_2_2.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_2_3
far_tutorial_2_3.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_3_1
far_tutorial_3_1.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_4_1
far_tutorial_4_1.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_4_2
far_tutorial_4_2.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_4_3
far_tutorial_4_3.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_5_1
far_tutorial_5_1.cpp
)

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_5_2
far_tutorial_5_2.cpp
$<TARGET_OBJECTS:regression_common_obj>

View File

@ -21,7 +21,7 @@
# KIND, either express or implied. See the Apache License for the specific
# language governing permissions and limitations under the Apache License.
#
_add_far_tutorial(
osd_add_far_tutorial(
far_tutorial_5_3
far_tutorial_5_3.cpp
$<TARGET_OBJECTS:regression_common_obj>