1
0
Fork 0

remove intermediate project names

This commit is contained in:
Kevin Matz 2022-11-28 17:24:38 -05:00
parent c9377418fa
commit f12b055aa0
29 changed files with 45 additions and 57 deletions

View File

@ -21,10 +21,7 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
Qt::Network
LCP_esta_acn_rlp
LCP_esta_acn_sdt
LCP_esta_acn_dmp
LCP_esta_sacn
LCP_sacn
)
target_compile_definitions(${PROJECT_NAME} PUBLIC ${PROJECT_NAME}_LIBRARY)

View File

@ -1,4 +1,2 @@
project(${PROJECT_NAME}_artistic)
# Art-Net 4
add_subdirectory(artnet)

View File

@ -23,8 +23,8 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PRIVATE
LCP_esta_acn
LCP_esta_dmx
LCP_acn
LCP_dmx
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -1,5 +1,3 @@
project(${PROJECT_NAME}_esta)
# E1.11
add_subdirectory(dmx)
# E1.17

View File

@ -18,7 +18,10 @@ add_subdirectory(sdt)
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_ietf_uuid
LCP_uuid
LCP_acn_rlp
LCP_acn_sdt
LCP_acn_dmp
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -19,7 +19,8 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_acn
LCP_acn_sdt
LCP_uuid
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -23,8 +23,9 @@
*/
#pragma once
#include "sdt/member.h"
#include "../sdt/member.h"
#include "device.h"
#include "uuid.h"
namespace ACN::DMP {

View File

@ -23,7 +23,7 @@
*/
#pragma once
#include "sdt/leader.h"
#include "leader.h"
namespace ACN::DMP {

View File

@ -26,7 +26,7 @@
#include <cstdint>
#include <memory>
#include <vector>
#include "pdu.h"
#include "../pdu.h"
/**
* @brief @cite DMP Architecture for Control Networks Device Management Protocol

View File

@ -17,7 +17,7 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_acn
LCP_uuid
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -23,7 +23,7 @@
*/
#include "component.h"
#include "sdt/sdt.h"
#include "../sdt/sdt.h"
#include "tcp.h"
#include "udp.h"

View File

@ -24,9 +24,9 @@
#pragma once
#include "../component.h"
#include "pdu.h"
#include "../pdu.h"
#include "rlp.h"
#include "sdt/udp.h"
#include "../sdt/udp.h"
#include <map>
#include <memory>

View File

@ -25,7 +25,7 @@
#include <cstdint>
#include <memory>
#include "pdu.h"
#include "../pdu.h"
#include "uuid.h"
/**

View File

@ -25,7 +25,7 @@
#include <cstdint>
#include "rlp.h"
#include "pdu.h"
#include "../pdu.h"
// EPI 33. ACN Root Layer Protocol Operation on TCP

View File

@ -24,7 +24,7 @@
#pragma once
#include "rlp.h"
#include "pdu.h"
#include "../pdu.h"
// ACN EPI 17. ACN Root Layer Protocol Operation on UDP

View File

@ -23,7 +23,7 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_acn_rlp
LCP_acn_rlp
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -24,7 +24,7 @@
#pragma once
#include "session.h"
#include "rlp/component.h"
#include "../rlp/component.h"
#include <vector>
#include <memory>

View File

@ -23,7 +23,7 @@
*/
#pragma once
#include "rlp/component.h"
#include "../rlp/component.h"
namespace ACN::SDT {

View File

@ -23,7 +23,7 @@
*/
#pragma once
#include "pdu.h"
#include "../pdu.h"
#include "udp.h" // EPI 18
/**

View File

@ -23,7 +23,7 @@
*/
#pragma once
#include "pdu-stream.h"
#include "../pdu-stream.h"
#include <cstdint>
// ACN EPI 18 - Operation of SDT on UDP Networks

View File

@ -17,10 +17,7 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
# LCP_ietf_uuid
LCP_esta_acn_rlp
# LCP_esta_rdm
# LCP_esta_rdmnet_rpt
LCP_acn
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -29,7 +29,7 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_dmx
LCP_dmx
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -22,11 +22,11 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_acn
LCP_esta_rdm
LCP_esta_rdmnet_ept
LCP_esta_rdmnet_llrp
LCP_esta_rdmnet_rpt
LCP_acn
LCP_rdm
LCP_rdmnet_ept
LCP_rdmnet_llrp
LCP_rdmnet_rpt
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -15,9 +15,9 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_ietf_uuid
LCP_esta_rdm
LCP_esta_rdmnet_rpt
LCP_uuid
LCP_rdm
LCP_rdmnet_rpt
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -15,10 +15,9 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_ietf_uuid
LCP_esta_acn_rlp
LCP_esta_rdm
LCP_esta_rdmnet_rpt
LCP_acn
LCP_rdm
LCP_rdmnet_rpt
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -17,8 +17,8 @@ target_sources(${PROJECT_NAME}
)
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_ietf_uuid
LCP_esta_rdm
LCP_uuid
LCP_rdm
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -24,9 +24,8 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP_esta_acn
LCP_esta_acn_dmp
LCP_esta_dmx
LCP_acn
LCP_dmx
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})

View File

@ -1,4 +1,2 @@
project(${PROJECT_NAME}_ietf)
# RFC 4122 UUID
add_subdirectory(uuid)

View File

@ -13,12 +13,9 @@ if (GTest_FOUND)
target_link_libraries(${PROJECT_NAME}
PRIVATE
GTest::gtest
LCP_ietf_uuid
LCP_esta_acn
LCP_esta_acn_rlp
LCP_esta_acn_sdt
LCP_esta_acn_dmp
LCP_esta_sacn
LCP_uuid
LCP_acn
LCP_sacn
)
target_include_directories(${PROJECT_NAME}
PUBLIC