diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c487036..c01ccfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -9,10 +9,10 @@ include_directories( | |||
9 | ) | 9 | ) |
10 | # 添加库文件路径 | 10 | # 添加库文件路径 |
11 | link_directories( | 11 | link_directories( |
12 | ${CMAKE_SOURCE_DIR}/lib | 12 | ${CMAKE_SOURCE_DIR}/lib/${OHOS_ARCH} |
13 | ) | 13 | ) |
14 | # 设置输出路径 | 14 | # 设置输出路径 |
15 | set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) | 15 | set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) |
16 | 16 | ||
17 | add_subdirectory(serial) | 17 | add_subdirectory(serial) |
18 | add_subdirectory(udp2lcm) \ No newline at end of file | 18 | add_subdirectory(udp2lcm) |