realm-js/fuzzer/CMakeLists.txt

6 lines
123 B
CMake
Raw Normal View History

2016-03-18 17:23:26 +00:00
add_executable(fuzzer
command_file.hpp
command_file.cpp
fuzzer.cpp)
target_link_libraries(fuzzer realm-object-store)