Skip to content

Commit

Permalink
Merge pull request #170 from kmilos/patch-1
Browse files Browse the repository at this point in the history
Fix CmakeLists.txt syntax
  • Loading branch information
tmaurer3 committed Jul 28, 2021
2 parents 9ad7609 + 1a28170 commit 07d7897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_library(Lerc ${SOURCES})

set_target_properties(Lerc
PROPERTIES
PUBLIC_HEADER "src/LercLib/include/Lerc_types.h" "src/LercLib/include/Lerc_c_api.h")
PUBLIC_HEADER "src/LercLib/include/Lerc_types.h;src/LercLib/include/Lerc_c_api.h")

if(BUILD_SHARED_LIBS)
set_target_properties(Lerc PROPERTIES DEFINE_SYMBOL LERC_EXPORTS)
Expand Down

0 comments on commit 07d7897

Please sign in to comment.