# NOTICES # # Copyright (c) 2015 The Johns Hopkins University/ # Applied Physics Laboratory. (JHU/APL) # # This material was developed by JHU/APL under U.S. Government contract. # The U.S. Government has Unlimited Rights in this material per # DFARS 252.227-7013/7014, as appropriate. # # For any other permission, please contact the Legal Office at JHU/APL. set(SRC_FILES catch_lib.cpp cloud.test.cpp ply_test.cpp) if (LAS_SUPPORT) set(SRC_FILES ${SRC_FILES} las_interface.test.cpp ) endif() add_executable(unit_tests ${SRC_FILES}) target_link_libraries(unit_tests core-lib)