I have a submodule (added with add_subdirectory) with a target which should be built with -j1. Can I change CMakeLists.txt to make sur
add_subdirectory
-j1
CMakeLists.txt