Jam Linux, , make . CMake . CMakeLists.txt, Jamfiles, IDE , IDE , -, .
, , Jam , . , , , , , .
, Jamfiles CMakeLists.txt, , , . , Jam , , CMake, - , .: (
, Jamfile CMakeLists.txt. , , , .
:
HDRS += a.h b.h c.h ; include_directories(a.h b.h c.h)Main HelloWorld : main.cpp utils.cpp ; add_executable(HelloWorld main.cpp utils.cpp utils.h)Library helper : helper.cpp add_library(helper STATIC helper.cpp helper.h)SubDir foo ; add_subdirectory(foo)LinkLibraries HelloWorld : libhelper ; target_link_libraries(HelloWorld helper)
IDE, CMake, , . , .