diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 16:54:41 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 16:54:41 -0400 |
| commit | 1cb522b36382381ef3f1494f24b0c6a98f8843a9 (patch) | |
| tree | eca4180e91be5e505dd7e2240a5a784679f5a20b /CMakeLists.txt | |
| parent | d7a4b84a14bb7ee5988f4b1a00743ed645a2825b (diff) | |
| download | dynamic-extension-1cb522b36382381ef3f1494f24b0c6a98f8843a9.tar.gz | |
Removed unused pagedfile header
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca9afa1..1416420 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,10 +29,6 @@ if (tests) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin/tests") file(MAKE_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/tests/data") - add_executable(pagedfile_tests ${CMAKE_CURRENT_SOURCE_DIR}/tests/pagedfile_tests.cpp) - target_link_libraries(pagedfile_tests PUBLIC gsl check subunit pthread) - target_include_directories(pagedfile_tests PRIVATE include) - add_executable(wirs_tests ${CMAKE_CURRENT_SOURCE_DIR}/tests/wirs_tests.cpp) target_link_libraries(wirs_tests PUBLIC gsl check subunit pthread) target_include_directories(wirs_tests PRIVATE include) |