blob: 34484fd5d9567bab473dd5a1758b2ac66ee85cb6 [file] [edit]
# With CMP0220 NEW, CXX and its implicit RC language propagate up to this scope.
cmake_policy(SET CMP0220 NEW)
add_subdirectory(cxx)
add_executable(main rc-main.cxx resource.rc)