file(GLOB_RECURSE ALL_SOURCES "src/*.c") # Application configuration add_executable( bs ${ALL_SOURCES} ) # linking configuration target_link_libraries( bs PRIVATE jtag_core )