[ox] Get rid of ox subdirectory in lib install path
This commit is contained in:
9
deps/ox/src/ox/preloader/CMakeLists.txt
vendored
9
deps/ox/src/ox/preloader/CMakeLists.txt
vendored
@@ -1,6 +1,6 @@
|
||||
|
||||
add_library(
|
||||
OxPreloader
|
||||
OxPreloader STATIC
|
||||
preloader.cpp
|
||||
)
|
||||
|
||||
@@ -20,3 +20,10 @@ install(
|
||||
DESTINATION
|
||||
include/nostalgia/preloader
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
OxPreloader
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
Reference in New Issue
Block a user