[tests] moulette: added a sleep test to see if processes are well waited.
[ozulis.git] / src / moulette / CMakeLists.txt
blobc10478c6ce7ead43cd47e7d21fc37db0d9628216
1 ADD_SUBDIRECTORY(bison)
2 ADD_SUBDIRECTORY(listeners)
3 ADD_SUBDIRECTORY(tests)
5 ADD_EXECUTABLE(moulette
6   main.cc
7   moulette.cc moulette.hh
8   listener.cc listener.hh
9   testable.cc testable.hh
10   test.cc test.hh
11   test-suite.cc test-suite.hh
12   test-factory.cc test-factory.hh
13   test-parser.cc test-parser.hh
14   test-result.cc test-result.hh
15   )
17 TARGET_LINK_LIBRARIES(moulette
18   ozulis-core
19   moulette-parser
20   moulette-tests
21   moulette-listeners
22   boost_signals
23   boost_system
24   boost_filesystem
25   boost_program_options
26   gc
27   )