Skip to content

Commit 93bde5c

Browse files
committed
cmake: install to a subdir
1 parent 7bf3548 commit 93bde5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luzer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ install(
6767
TARGETS custom_mutator
6868
LIBRARY
6969
NAMELINK_SKIP
70-
DESTINATION "${CMAKE_LIBDIR}/"
70+
DESTINATION "${CMAKE_LIBDIR}/luzer"
7171
)
7272

7373
install(
7474
FILES ${CMAKE_CURRENT_SOURCE_DIR}/init.lua
75-
DESTINATION "${CMAKE_LUADIR}/"
75+
DESTINATION "${CMAKE_LUADIR}/luzer"
7676
)

0 commit comments

Comments
 (0)