set(LSTAR_DIR "$ENV{HOME}/LStar_build")

include_directories(${LSTAR_DIR})


LINK_DIRECTORIES(${LSTAR_DIR}/lib)

ADD_EXECUTABLE(compass test.cpp )

TARGET_LINK_LIBRARIES(compass lstar_base lstar_hwdrivers)

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2022-01-12
  • 2021-12-18
  • 2021-07-05
  • 2021-09-11
  • 2022-02-12
  • 2021-05-23
猜你喜欢
  • 2021-05-27
  • 2021-12-04
  • 2021-09-22
  • 2021-10-11
  • 2021-08-18
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案