PROJECT(zhito)

#HELLO_SOURCE_DIR="./"
#HELLO_BINARY_DIR="./"


ADD_DEFINITIONS(-g -O2 -static  -Wall)

INCLUDE_DIRECTORIES(../tools/include) 

link_directories (../tools/lib) 

ADD_EXECUTABLE(timeout.wt bugreport.cpp )

TARGET_LINK_LIBRARIES(timeout.wt wt wtext wthttp mysqlpp boost_date_time-gcc41-mt-1_35 boost_filesystem-gcc41-mt-1_35 boost_graph-gcc41-mt-1_35 
boost_iostreams-gcc41-mt-1_35 boost_program_options-gcc41-mt-1_35 boost_regex-gcc41-mt-1_35 boost_serialization-gcc41-mt-1_35 boost_signals-gcc41-mt-1_35 
boost_system-gcc41-mt-1_35 boost_thread-gcc41-mt-1_35 boost_wserialization-gcc41-mt-1_35)



