/[projects]/misc/mysql_splitter/CMakeLists.txt
ViewVC logotype

Contents of /misc/mysql_splitter/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2848 - (show annotations) (download)
Tue Jan 26 12:59:51 2016 UTC (8 years, 3 months ago) by torben
File MIME type: text/plain
File size: 332 byte(s)
add table_splitter
1 FIND_PACKAGE( Boost 1.55 COMPONENTS program_options filesystem system REQUIRED )
2 INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )
3
4 ADD_EXECUTABLE( splitter splitter.cpp )
5 ADD_EXECUTABLE( table_splitter table_splitter.cpp )
6
7 TARGET_LINK_LIBRARIES( splitter ${Boost_LIBRARIES} )
8 TARGET_LINK_LIBRARIES( table_splitter ${Boost_LIBRARIES} )

  ViewVC Help
Powered by ViewVC 1.1.20