added missing file

This commit is contained in:
devZoGok
2022-03-31 19:09:10 +03:00
parent 76c92327f9
commit 7040f49c61
+3
View File
@@ -105,6 +105,9 @@ if(BUILD_SAMPLES)
add_executable(particleEmitterSample particleEmitterSample.cpp)
target_link_libraries(particleEmitterSample ${LIB_NAME})
add_executable(raySample raySample.cpp)
target_link_libraries(raySample ${LIB_NAME})
add_executable(pbrSample pbrSample.cpp)
target_link_libraries(pbrSample ${LIB_NAME})
endif()