2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-21 16:52:20 +00:00
Files
build/example/qt/qt3/moccable-cpp/jamroot.jam

12 lines
162 B
Plaintext

using qt ;
import cast ;
project
: default-build <threading>multi
;
exe main : main.cpp [ cast _ moccable-cpp : main.cpp ]
/qt//qt
;