<div>Hi all,</div>
<div>I want to use function like add_subdirectory for build order. I have 3 modul. Modul_A and Modul_B must be built before building Module_C .But Modul_A,Modul_B and Modul_C are at the same level.When i used ADD_SUBDIRECTORY(../Modul_A) and ADD_SUBDIRECTORY(../Modul_B) in 
CMakelists.txt file in Modul_C cmake gives error. Error is Modul_A and Modul_B is not subdirectory of Modul_C. Every modul is have CMakeLists.txt files and build different libraries.This is library dependency for me.</div>

<div>ýs there any other command like Add_subdirectory() for this situation ?</div>
<div>Thanks in advance.</div>
<div>Ramazan</div>