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 ko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/commencement.scm
AgeCommit message (Expand)Author
2020-11-26gnu: gcc-boot0, cross-base: Enable 128-bit long double for POWER9....dftxbs3e
2020-10-12gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths....Ludovic Courtès
2020-09-25gnu: nyacc: Add 1.03.0....Ludovic Courtès
2020-09-16gnu: commencement: bash-mesboot0: Break store file-name in comment....Jan (janneke) Nieuwenhuizen
2020-09-13gnu: gcc-toolchain: Reword description....zimoun
2020-09-10gnu: gcc-toolchain: Make "gcc" a "deprecated" alias for "gcc-toolchain"....Ludovic Courtès
2020-07-19gnu: Add gdc-toolchain....guy fleury iteriteka
2020-07-02gnu: gash, gash-utils: Build with Guile 3.0....Ludovic Courtès
2020-06-30gnu: gcc-toolchain: Remove "glibc:debug" and "glibc:static" from "out"....Ludovic Courtès