Kazen-Renderer / rez-packages

vfx reference platform standard
GNU General Public License v3.0
5 stars 2 forks source link

enoki package integration #10

Closed ZhongLingXiao closed 3 years ago

ZhongLingXiao commented 3 years ago

NOTICE: User should add these 2 lines in their own CMakeList.txt file

target_compile_features(YOUR_TARGET_NAME PUBLIC cxx_std_17)
target_include_directories(YOUR_TARGET_NAME PUBLIC $ENV{REZ_ENOKI_ROOT}/include)