mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
Yank out our copy of doctest, use system copy
This commit is contained in:
parent
438ee1257b
commit
39d5063518
@ -26,6 +26,7 @@ pkg_check_modules(AVUTIL REQUIRED libavutil>=56.0)
|
||||
pkg_check_modules(SWSCALE REQUIRED libswscale>=5.0)
|
||||
endif()
|
||||
find_library(LIBRT rt)
|
||||
find_package(doctest REQUIRED)
|
||||
|
||||
# libnotcurses
|
||||
file(GLOB NCSRCS CONFIGURE_DEPENDS src/lib/*.c)
|
||||
|
@ -1,9 +1,9 @@
|
||||
#ifndef NOTCURSES_TEST_MAIN
|
||||
#define NOTCURSES_TEST_MAIN
|
||||
|
||||
#include "doctest.h"
|
||||
#include <unistd.h>
|
||||
#include <notcurses.h>
|
||||
#include <doctest/doctest.h>
|
||||
|
||||
char* find_data(const char* datum);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user