Skip to content

Commit 92bf6bc

Browse files
authored
Merge pull request #1203 from brettviren/master
Use project.header_extension with *_library header so it's correct wh…
2 parents 07ef951 + ca8fb71 commit 92bf6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zproject_cmake.gsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ message(STATUS "Detected $(PROJECT.PREFIX) Version - ${$(PROJECT.PREFIX)_VERSION
216216
########################################################################
217217
set ($(project.prefix)_headers
218218
.if count (project.class)
219-
include/$(project.prefix)_library.h
219+
include/$(project.prefix)_library.$(project.header_ext)
220220
. if file.exists ("include/$(project.prelude)")
221221
include/$(project.prelude)
222222
. endif

0 commit comments

Comments
 (0)