summaryrefslogtreecommitdiffstats
path: root/Tests/VSResource/CMakeLists.txt
blob: 8a71bd048294102efe223064f5a0e1fa40cd9811 (plain)
1
2
3
4
cmake_minimum_required (VERSION 2.6)
project (VSResource)
add_definitions(/DCMAKE_RCDEFINE="test.txt")
add_executable(VSResource main.cpp test.rc)