mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
13 lines
197 B
CMake
13 lines
197 B
CMake
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
|
|
|
set(execvpe_SOURCES
|
|
execvpe.c execvpe.h
|
|
)
|
|
|
|
add_library(execvpe OBJECT ${execvpe_SOURCES})
|
|
|
|
set_target_properties (
|
|
execvpe PROPERTIES
|
|
FOLDER Lib
|
|
)
|