From 20dcf90fd02511f8d78ea7cc8ac82c121fd2f6cf Mon Sep 17 00:00:00 2001 From: fis Date: Sat, 26 May 2018 22:56:29 +0800 Subject: [PATCH 1/2] * CMakeLists.txt: Remove catch.hpp. --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6603c7f..eba147b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,11 +2,9 @@ cmake_minimum_required(VERSION 2.8) project(fifo_map LANGUAGES CXX) -add_executable(unit - src/fifo_map.hpp test/thirdparty/catch/catch.hpp test/unit.cpp -) +add_executable(unit src/fifo_map.hpp test/unit.cpp) -target_include_directories(unit PRIVATE "test" "src" "test/thirdparty") +target_include_directories(unit PRIVATE "test" "src") if(MSVC) set(CMAKE_CXX_FLAGS -- 2.14.3 ype='submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/m4
b4'>gnu: Add granite-6....* gnu/packages/pantheon.scm (granite-6): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
AgeCommit message (Expand)Author
2023-11-07build: Fix spelling in m4 macros....* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Fix spelling of parameter. (GUIX_CHECK_FILE_NAME_LIMITS): Fix spelling of maximum. Change-Id: I93c80441393622a4bc06daa475eee13874cca527 Efraim Flashner
2023-03-16build: Correct guix_system on musl libc distros....* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add linux-musl* case. This prevents the macro from mis-parsing the host OS, which causes breakage when building from source. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
altadil
2023-09-05gnu: sideload: Update to 6.2.1....* gnu/packages/pantheon.scm (sideload): Update to 6.2.1. Maxim Cournoyer
2023-09-05gnu: pantheon-calculator: Update to 2.0.2....* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2. [inputs]: Replace gtk+ with gtk. [native-inputs]: Remove labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> altadil
2023-09-05gnu: granite: Upgrade to 7.3.0....* gnu/packages/pantheon.scm (granite): Upgrade to 7.3.0. [inputs]: Remove gtk+. Add sassc. Move glib and libgee to... [propagated-inputs]: ... here. Add gtk. [native-inputs]: Add glib:bin. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> altadil
2023-07-08gnu: pantheon-wallpapers: Use a source file-name....* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source file-name. Efraim Flashner
2023-07-01gnu: Add pantheon-wallpapers....* gnu/packages/pantheon.scm (pantheon-wallpapers): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Wamm K. D