PROJECT(MY_TEST2)


ADD_EXECUTABLE(test2.wt test2.cpp)

#Boost and Wt are installed there  
#INCLUDE_DIRECTORIES()
INCLUDE_DIRECTORIES(/home/dule/stylet/libs/3rdParty/wt-2.1.0/src/wt)
INCLUDE_DIRECTORIES(/usr/local/include) 
LINK_DIRECTORIES(/usr/local/lib)


TARGET_LINK_LIBRARIES(test2.wt  wtfcgi wt 
			boost_thread-gcc41-mt 
			boost_program_options-gcc41-mt-1_35
			boost_system-gcc41-mt-1_35
			boost_signals-gcc41-mt-1_35	
			libboost_iostreams-gcc41-mt.so)


