summaryrefslogtreecommitdiffstats
path: root/Tests/VSResourceNinjaForceRSP/CMakeLists.txt
blob: 29ba0cee56013204d16c1f06e765b771cf5bfa9d (plain)
1
2
3
4
5
6
7
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)