feat(Core/Library): Rename shared library to common (#1675)

This commit is contained in:
Kargatum
2019-04-04 16:47:17 +07:00
committed by GitHub
parent 7ad58aa6ea
commit 5105333968
11 changed files with 23 additions and 23 deletions

View File

@@ -91,7 +91,7 @@ target_include_directories(scripts-interface
target_link_libraries(scripts-interface
INTERFACE
shared)
common)
add_library(scripts STATIC
${scripts_STAT_SRCS}