about summary refs log tree commit diff
path: root/third_party/nix/src/tests/CMakeLists.txt
blob: 0cbb8c7747e8bb28f9c485178fb143616db5ca1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- mode: cmake; -*-
include_directories(${PROJECT_BINARY_DIR}) # for 'generated/'

add_executable(value-to-json value-to-json.cc)
target_link_libraries(value-to-json
  nixexpr
  nixstore
  GTest::gtest_main
)

gtest_discover_tests(value-to-json)