Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
EmptyProperty
/
CMakeLists.txt
blob: b6f393c357aab3e380ec7e079da0991a08c54110 [
file
]
cmake_minimum_required(VERSION 3.10)
project (EmptyProperty)
set_property(DIRECTORY APPEND
PROPERTY
COMPILE_DEFINITIONS)
include(CTest)
add_executable(EmptyProperty EmptyProperty.cxx)