迁移分支
This commit is contained in:
21
src/pEmulator/CMakeLists.txt
Normal file
21
src/pEmulator/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#--------------------------------------------------------
|
||||
# The CMakeLists.txt for: pTaskManger
|
||||
# Author(s): zjk
|
||||
#--------------------------------------------------------
|
||||
# set(INCLUDE_IVP /home/zjk/Software/moos-ivp/include/ivp)
|
||||
|
||||
FILE(GLOB SRC *.cpp *.hpp)
|
||||
|
||||
ADD_EXECUTABLE(pEmulator ${SRC})
|
||||
#需要把被依赖的库放到依赖库的后面
|
||||
TARGET_LINK_LIBRARIES(pEmulator
|
||||
${MOOS_LIBRARIES}
|
||||
${MOOSGeodesy_LIBRARIES}
|
||||
contacts
|
||||
geometry
|
||||
apputil
|
||||
mbutil
|
||||
m
|
||||
pthread
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user