Skip to content
Snippets Groups Projects

Various improvements

Merged
Maik Nijhuisrequested to merge
misc-improvements into main
All threads resolved!

Files

+ 2
0
@@ -4,3 +4,5 @@
add_library(hello SHARED hello.cpp)
target_include_directories(hello PUBLIC "${CMAKE_SOURCE_DIR}/include")
install(TARGETS hello)
Loading