Update CMakeLists.txt
This commit is contained in:
@@ -37,7 +37,7 @@ file(GLOB SRC
|
||||
|
||||
# Shared Library Output
|
||||
add_library(${lib_name}_shared SHARED ${SRC})
|
||||
set_target_properties(${lib_name}_shared PROPERTIES OUTPUT_NAME ${lib_name} LIBRARY_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}/lib")
|
||||
set_target_properties(${lib_name}_shared PROPERTIES OUTPUT_NAME ${lib_name})
|
||||
|
||||
# static Library Output
|
||||
add_library(${lib_name}_static STATIC ${SRC})
|
||||
|
||||
Reference in New Issue
Block a user