6 lines
91 B
CMake
6 lines
91 B
CMake
set(SOURCES
|
|
"wires_puzzle.cpp"
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})
|