root/branches/anton/core/src/CMakeLists.txt

Revision 28, 399 bytes (checked in by anton, 3 years ago)

cmake branch added

Line 
1#Then for each subdirectory listed in the SUBDIRS command,
2# CMakeLists.txt files are created. In the ./Hello directory, the
3# following CMakeLists.txt file is created:
4
5# Create a library called "Hello" which includes the source file "hello.cxx".
6# Any number of sources could be listed here.
7ADD_LIBRARY(routing SHARED boost_wrapper.cpp astar_boost_wrapper.cpp shooting_star_boost_wrapper.cpp)
8
9
10
Note: See TracBrowser for help on using the browser.