Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
ExportPackageInfo
/
EmptyConfig.cmake
blob: 55e009549118fc5aff63dbaeae815c1ecb02a014 [
file
]
project
(
EmptyConfig
CXX
)
set
(
CMAKE_BUILD_TYPE
""
CACHE STRING
""
FORCE
)
set
(
CMAKE_CONFIGURATION_TYPES
""
CACHE STRING
""
FORCE
)
add_library
(
foo foo
.
cxx
)
install
(
TARGETS foo EXPORT foo
)
export
(
PACKAGE_INFO foo EXPORT foo
)