You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
set(all_files
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/clightdriversocket.cpp
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/clightdriversocket.h
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/clightdriver_wl_socket.cpp
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/clightdriver_wl_socket.h
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/TcpSocketClient.h
|
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/TcpSocketClient.cpp
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
set(inc_files ${all_files})
|
|
|
|
|
|
set(src_files ${all_files})
|
|
|
|
|
|
list(FILTER inc_files INCLUDE REGEX ".*.h$")
|
|
|
|
|
|
list(FILTER src_files INCLUDE REGEX ".*.cpp$")
|
|
|
|
|
|
|
|
|
|
|
|
source_group("cmake" REGULAR_EXPRESSION [.]*cmake[.]*)
|