Fix install on windows

This commit is contained in:
2024-10-24 10:46:33 +02:00
parent e153d18bd4
commit 03cee80eab
2 changed files with 3 additions and 1 deletions

View File

@ -16,3 +16,5 @@ target_link_libraries(goecommon
target_include_directories(goecommon PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)
install(TARGETS goecommon)