ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / SubProject / CMakeLists.txt
blobb669621df9c99025a5290a827b4380f85fe47123
1 cmake_minimum_required (VERSION 2.6)
2 project(SubProject)
3 message("${CMAKE_IMPORT_LIBRARY_SUFFIX}")
4 add_library(bar bar.cxx)
5 add_executable(car car.cxx)
6 add_subdirectory(foo)