[ox] Get rid of ox subdirectory in lib install path

This commit is contained in:
2023-04-19 20:45:18 -05:00
parent fddc6c2d04
commit 546ce9b253
12 changed files with 45 additions and 32 deletions

View File

@@ -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
)