Skip to content

Commit

Permalink
CMake: renamed LIBRARY_OUTPUT_PATH as build/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Nov 26, 2021
1 parent eb2e087 commit c746cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if (UNIX)
)
endif()

set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/libs)
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
link_directories(${LIBRARY_OUTPUT_PATH})

add_library(${Libname} ${Sources})
Expand Down

0 comments on commit c746cd7

Please sign in to comment.