root/applications/doprava/CMakeLists.txt @ 367

Revision 367, 234 bytes (checked in by smidl, 15 years ago)

do not compile old stuff

  • 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
8#EXEC(k1)
Note: See TracBrowser for help on using the browser.