This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
7 lines
157 B
CMake
7 lines
157 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(VSMidl)
|
|
|
|
include_directories("${CMAKE_CURRENT_BINARY_DIR}/\$(IntDir)")
|
|
|
|
add_executable(VSMidl main.cpp test.idl)
|