规范模块目录和第三方依赖结构
This commit is contained in:
@@ -24,7 +24,13 @@ set(SOURCES
|
||||
)
|
||||
|
||||
# 头文件目录
|
||||
include_directories(src)
|
||||
include_directories(
|
||||
include
|
||||
third_party
|
||||
third_party/kdl_parser/include
|
||||
third_party/orocos_kdl/install_wasm/include
|
||||
third_party/eigen3
|
||||
)
|
||||
|
||||
# 创建可执行文件
|
||||
add_executable(smart_wasm ${SOURCES})
|
||||
@@ -47,4 +53,4 @@ set_target_properties(smart_wasm PROPERTIES
|
||||
SUFFIX ".js"
|
||||
OUTPUT_NAME "smart_math"
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/public/wasm"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user