SOES/soes/CMakeLists.txt

30 lines
413 B
CMake
Raw Permalink Normal View History

2015-05-07 17:44:01 +02:00
# NOTE: add headers to make them show up in an IDE
add_library (soes
esc.c
esc.h
esc_coe.c
esc_coe.h
esc_foe.c
esc_foe.h
2018-11-13 11:14:19 +01:00
esc_eoe.c
esc_eoe.h
2016-08-26 17:10:57 +02:00
esc_eep.c
esc_eep.h
ecat_slv.c
ecat_slv.h
options.h
${HAL_SOURCES}
2015-05-07 17:44:01 +02:00
)
include_directories(${HAL_INCLUDES})
2015-05-07 17:44:01 +02:00
install (TARGETS soes DESTINATION bin)
install (FILES
esc.h
esc_coe.h
esc_foe.h
2018-11-13 11:14:19 +01:00
esc_eoe.h
2016-08-26 17:10:57 +02:00
esc_eep.h
2015-05-07 17:44:01 +02:00
DESTINATION include)