Skip to content

Commit

Permalink
Fix install of BuildConfig header
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Apr 2, 2024
1 parent 62596f0 commit 59a82a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osgEarth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ set(TARGET_GLSL
set(SHADERS_CPP "${CMAKE_CURRENT_BINARY_DIR}/AutoGenShaders.cpp")

set(TARGET_IN
BuildConfig.in
Version.in
Shaders.cpp.in)

Expand Down Expand Up @@ -454,6 +455,7 @@ SET(LIB_PUBLIC_HEADERS
weemesh.h
weejobs.h

${OSGEARTH_BUILDCONFIG_HEADER}
${OSGEARTH_VERSION_HEADER}
)

Expand Down

0 comments on commit 59a82a7

Please sign in to comment.