Skip to content

Commit 3f7ee56

Browse files
committed
LIBRARY OUTPUT DIR
1 parent 6f3100c commit 3f7ee56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

luzer/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ add_library(custom_mutator SHARED ${custom_mutator_lib_source})
4242
target_include_directories(custom_mutator PRIVATE ${LUA_INCLUDE_DIR})
4343
target_link_libraries(custom_mutator PRIVATE ${LUA_LIBRARIES})
4444
target_link_libraries(custom_mutator PRIVATE luzer_impl)
45-
set_target_properties(custom_mutator PROPERTIES VERSION ${PROJECT_VERSION})
46-
set_target_properties(custom_mutator PROPERTIES SOVERSION 1)
45+
set_target_properties(custom_mutator PROPERTIES
46+
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
47+
VERSION ${PROJECT_VERSION}
48+
SOVERSION 1
49+
)
4750

4851
if(ENABLE_TESTING)
4952
add_subdirectory(tests)

0 commit comments

Comments
 (0)