Skip to content

Commit 89c99f8

Browse files
VeithMetroCopilot
andauthored
Update examples/IOConnectorTest/CMakeLists.txt
Co-authored-by: Copilot <[email protected]>
1 parent 4bebfb1 commit 89c99f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/IOConnectorTest/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ find_package(${NAMESPACE}Messaging REQUIRED)
3333
find_package(${NAMESPACE}WebSocket REQUIRED)
3434
find_package(CompileSettingsDebug CONFIG REQUIRED)
3535

36-
set(PLUGIN_TEST_TESTCONSOLE_SOURCES
36+
set(IOCONNECTOR_TEST_SOURCES
3737
IOConnectorTest.cpp
3838
Module.cpp
3939
)
4040

41-
add_executable(${MODULE_NAME} ${PLUGIN_TEST_TESTCONSOLE_SOURCES})
41+
add_executable(${MODULE_NAME} ${IOCONNECTOR_TEST_SOURCES})
4242

4343
set_target_properties(${MODULE_NAME} PROPERTIES
4444
CXX_STANDARD 11

0 commit comments

Comments
 (0)