[ox] Get rid of ox subdirectory in lib install path
This commit is contained in:
6
deps/ox/src/ox/event/CMakeLists.txt
vendored
6
deps/ox/src/ox/event/CMakeLists.txt
vendored
@@ -36,10 +36,10 @@ install(
|
||||
)
|
||||
|
||||
install(TARGETS OxEvent
|
||||
LIBRARY DESTINATION lib/ox
|
||||
ARCHIVE DESTINATION lib/ox
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
||||
if(OX_RUN_TESTS)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user