Skip to content

Commit bf5be02

Browse files
committed
added header install
1 parent 5ff77d3 commit bf5be02

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ add_subdirectory(Tests)
600600

601601
# Installation instructions
602602
if(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

Graphics/GraphicsEngineD3DBase/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ set_target_properties(Diligent-GraphicsEngineD3DBase PROPERTIES
7171
)
7272

7373
if(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)
7776
endif()
7877

7978
if(EXISTS "${DILIGENT_NVAPI_PATH}/nvapi.h")

Platforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ INTERFACE
88
)
99

1010
if(DILIGENT_INSTALL_CORE)
11+
install_core_lib(Diligent-PlatformInterface)
1112
install_core_lib_and_export(Diligent-PlatformInterface)
1213
endif()
1314

Primitives/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ set_target_properties(Diligent-Primitives PROPERTIES
6060
)
6161

6262
if(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)
6767
endif()

0 commit comments

Comments
 (0)