I working on Asset_tracker_v2. I found in the project :
target_sources_ifdef(CONFIG_CLOUD_MODULE app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/cloud_module.c)
in file at
C:\nrc\v1.7.1\nrf\applications\asset_tracker_v2\src\modules\CMakeLists.txt
But could not find the file where CONFIG_CLOUD_MODULE is declared ? Simlalry for other module files.
