File tree Expand file tree Collapse file tree
Graphics/GraphicsEngineD3DBase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ add_subdirectory(Tests)
600600
601601# Installation instructions
602602if (DILIGENT_INSTALL_CORE)
603- # install_core_lib(Diligent-PublicBuildSettings)
603+ install_core_lib (Diligent-PublicBuildSettings )
604604 install_core_lib_and_export (Diligent-PublicBuildSettings )
605605 install_core_lib_and_export (Diligent-BuildSettings )
606606
Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ set_target_properties(Diligent-GraphicsEngineD3DBase PROPERTIES
7171)
7272
7373if (DILIGENT_INSTALL_CORE)
74+ install_core_lib (Diligent-GraphicsEngineD3DBaseInterface )
7475 install_core_lib_and_export (Diligent-GraphicsEngineD3DBaseInterface )
75- # Don't export - depends on Diligent-ShaderTools which isn't exported
76- # install_core_lib_and_export(Diligent-GraphicsEngineD3DBase)
7776endif ()
7877
7978if (EXISTS "${DILIGENT_NVAPI_PATH} /nvapi.h" )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ INTERFACE
88)
99
1010if (DILIGENT_INSTALL_CORE)
11+ install_core_lib (Diligent-PlatformInterface )
1112 install_core_lib_and_export (Diligent-PlatformInterface )
1213endif ()
1314
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ set_target_properties(Diligent-Primitives PROPERTIES
6060)
6161
6262if (DILIGENT_INSTALL_CORE)
63- # install_core_lib(Diligent-PrimitivesInterface)
64- # install_core_lib(Diligent-Primitives)
63+ install_core_lib (Diligent-PrimitivesInterface )
64+ install_core_lib (Diligent-Primitives )
6565 install_core_lib_and_export (Diligent-PrimitivesInterface )
6666 install_core_lib_and_export (Diligent-Primitives )
6767endif ()
You can’t perform that action at this time.
0 commit comments