添加install命令

This commit is contained in:
xiongziliang
2019-12-27 12:03:54 +08:00
parent c3a32e862a
commit 2aec68fd6f
2 changed files with 14 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ foreach(TEST_SRC ${TEST_SRC_LIST})
set_target_properties(${exe_name} PROPERTIES COMPILE_FLAGS ${VS_FALGS} )
endif(WIN32)
target_link_libraries(${exe_name} api)
target_link_libraries(${exe_name} mk_api)
endforeach()