mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
6 lines
193 B
CMake
6 lines
193 B
CMake
|
|
cmake_minimum_required(VERSION 2.8.12.20131009)
|
|
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
|
|
add_library(foo INTERFACE)
|
|
target_compile_definitions(foo INTERFACE FOO_DEFINE)
|