14 lines
162 B
CMake
14 lines
162 B
CMake
set(SOURCES
|
|
module.cpp
|
|
actor.cpp
|
|
publish.cpp
|
|
)
|
|
|
|
set(HEADERS
|
|
module.h
|
|
actor.h
|
|
publish.h
|
|
)
|
|
|
|
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})
|