aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/CMakeLists.txt')
-rw-r--r--nihil.posix/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/nihil.posix/CMakeLists.txt b/nihil.posix/CMakeLists.txt
index 62f6aaf..b04018e 100644
--- a/nihil.posix/CMakeLists.txt
+++ b/nihil.posix/CMakeLists.txt
@@ -11,12 +11,16 @@ target_sources(nihil.posix
argv.ccm
ensure_dir.ccm
exec.ccm
+ execlp.ccm
execv.ccm
+ execvp.ccm
executor.ccm
fd.ccm
+ fexecv.ccm
find_in_path.ccm
getenv.ccm
open.ccm
+ open_in_path.ccm
process.ccm
read_file.ccm
rename.ccm
@@ -29,10 +33,12 @@ target_sources(nihil.posix
ensure_dir.cc
exec.cc
execv.cc
+ execvp.cc
getenv.cc
fd.cc
find_in_path.cc
open.cc
+ open_in_path.cc
process.cc
rename.cc
tempfile.cc
@@ -53,8 +59,6 @@ if(NIHIL_TESTS)
Catch2::Catch2WithMain
)
- find_package(Catch2 REQUIRED)
-
include(CTest)
include(Catch)
catch_discover_tests(nihil.posix.test)