mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-03 13:41:06 +00:00
Merge pull request #1185 from davidgyu/dev_cmake_prefix_fix
Prefix remaining OpenSubdiv CMake macros
This commit is contained in:
commit
85dded1fb7
@ -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}
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user