add_executable(rexplorer rexplorer.m.cpp rexplorer_cmdlinespec.cpp)
target_precompile_headers(rexplorer REUSE_FROM common)

target_include_directories(rexplorer PRIVATE ".")
target_link_libraries(rexplorer common)
install(TARGETS rexplorer RUNTIME DESTINATION bin COMPONENT rexplorer)
