repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git]
/
Tests
/
SubProject
/
CMakeLists.txt
blob
b669621df9c99025a5290a827b4380f85fe47123
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)