Commit ea1a06d6 authored by jan.koester's avatar jan.koester
Browse files

test

parent be2f14f1
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
[Buildset]
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00\x14\x00l\x00i\x00b\x00c\x00m\x00d\x00p\x00l\x00u\x00s)

[CMake]
Build Directory Count=2
Current Build Directory Index-Host System=0
Current Build Directory Index-Host-System=1

[CMake][CMake Build Directory 0]
Build Directory Path=/home/intranet.tuxist.de/jan.koester/Projects/libcmdplus/build
Build Type=Debug
CMake Binary=/usr/bin/cmake
CMake Executable=/usr/bin/cmake
Environment Profile=
Extra Arguments=
Install Directory=/usr/local
Runtime=Host System

[CMake][CMake Build Directory 1]
Build Directory Path=/home/intranet.tuxist.de/jan.koester/Projects/libcmdplus/build
Build Type=Debug
CMake Binary=/usr/bin/cmake
CMake Executable=/usr/bin/cmake
Environment Profile=
Extra Arguments=
Install Directory=/usr/local
Runtime=Host-System

[Project]
VersionControlSupport=kdevgit
+2 −5
Original line number Diff line number Diff line
project(libcmdplus)
cmake_minimum_required(VERSION 3.25)
project(libcmdplus)

include(GNUInstallDirs)
include(CMakePackageConfigHelpers)

if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
@@ -9,10 +10,6 @@ endif()

set(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/libcmdplus)

if(NOT DEFINED CMAKE_INSTALL_INCLUDEDIR)
    set(CMAKE_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
endif()

if(NOT ${CMAKE_CXX_COMPILER} MATCHES "MSVC" AND NOT ${CMAKE_HOST_WIN32})
set(CMAKE_CXX_FLAGS
    "${CMAKE_CXX_FLAGS} \

libcmdplus.kdev4

0 → 100644
+4 −0
Original line number Diff line number Diff line
[Project]
CreatedFrom=CMakeLists.txt
Manager=KDevCMakeManager
Name=libcmdplus