The ${module_name}
is available in the CMakeLists.txt from modules, I tested for acc module with the following CMakeLists.txt content:
file(GLOB MODULE_SOURCES "*.c")
add_library(${module_name} SHARED ${MODULE_SOURCES})
What do you think, is it good to use it in the CMakeLists.txt for all modules?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.