Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/upstream/master
/
.
/
Tests
/
VSResourceNinjaForceRSP
/
CMakeLists.txt
blob: 29ba0cee56013204d16c1f06e765b771cf5bfa9d [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
2.8
.
4
)
project
(
VSResourceNinjaForceRSP
)
set
(
CMAKE_NINJA_FORCE_RESPONSE_FILE TRUE
)
add_library
(
ResourceLib
lib
.
cpp test
.
rc
)
add_executable
(
VSResourceNinjaForceRSP
main
.
cpp test
.
rc
)