Skip to content

Commit ca8fb71

Browse files
committed
Use project.header_extension with *_library header so it's correct when using C++
1 parent 07ef951 commit ca8fb71

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)