Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SubProject / foo / CMakeLists.txt
blob011178b264355ba56be8ed5097841a63f2a261db
1 project(foo)
2 add_executable(foo foo.cxx)
3 target_link_libraries(foo bar)