mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
Build each library only once instead of once for each test.
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(libshared)
|
||||
|
||||
include(GenerateExportHeader)
|
||||
|
||||
add_compiler_export_flags()
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
add_library(libshared SHARED libshared.cpp)
|
||||
|
||||
generate_export_header(libshared)
|
||||
|
||||
export(TARGETS libshared FILE Targets.cmake)
|
||||
|
||||
Reference in New Issue
Block a user