BuildSystem: Cleanup CMake code to allow libc only installation
There was no way to just install libc which is required for stdlibc++
This commit is contained in:
@@ -8,6 +8,6 @@ banan_include_headers(libinput ban)
|
||||
banan_link_library(libinput libc)
|
||||
|
||||
banan_install_headers(libinput)
|
||||
install(TARGETS libinput)
|
||||
install(TARGETS libinput OPTIONAL)
|
||||
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "")
|
||||
|
||||
Reference in New Issue
Block a user