root/doprava/CMakeLists.txt @ 278

Revision 278, 233 bytes (checked in by smidl, 15 years ago)

props

  • Property svn:eol-style set to native
Line 
1# Make sure the compiler can find include files from our Bdm library.
2include_directories (${BDM_SOURCE_DIR}/bdm)
3
4# Make sure the linker can find the bdm library once it is built.
5link_directories (${BDM_BINARY_DIR}/bdm)
6
7
8EXEC(k1)
Note: See TracBrowser for help on using the browser.