diff options
Diffstat (limited to 'Projects')
| -rw-r--r-- | Projects/Asteroids/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Projects/Asteroids/CMakeLists.txt b/Projects/Asteroids/CMakeLists.txt index 9a322f3..5922f01 100644 --- a/Projects/Asteroids/CMakeLists.txt +++ b/Projects/Asteroids/CMakeLists.txt @@ -109,11 +109,11 @@ get_supported_backends(ENGINE_LIBRARIES) target_link_libraries(Asteroids PRIVATE - BuildSettings - TargetPlatform - TextureLoader - Common - GraphicsTools + Diligent-BuildSettings + Diligent-TargetPlatform + Diligent-TextureLoader + Diligent-Common + Diligent-GraphicsTools ${ENGINE_LIBRARIES} d3d11.lib d3d12.lib |
