Skip to content
Snippets Groups Projects
Commit ce375958 authored by Fabian Vu's avatar Fabian Vu
Browse files

Fix CMakeLists

parent 4f522c36
No related branches found
No related tags found
No related merge requests found
Pipeline #142536 failed
......@@ -4,5 +4,5 @@ enable_language(CXX)
include_directories ("${PROJECT_SOURCE_DIR}/btypes_primitives")
include_directories ("${PROJECT_SOURCE_DIR}/btypes_big_integer")
install (FILES "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BBoolean.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BInteger.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BObject.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BRelation.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BSet.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BString.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BStruct.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BTuple.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BUtils.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/PreconditionOrAssertionViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/StateNotReachableError.hpp" DESTINATION include/btypes_primitives "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/VariantViolation.hpp" DESTINATION include/btypes_primitives "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/LoopInvariantViolation.hpp" DESTINATION include/btypes_primitives)
install (FILES "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BBoolean.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BInteger.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BObject.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BRelation.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BSet.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BString.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BStruct.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BTuple.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BUtils.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/PreconditionOrAssertionViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/StateNotReachableError.hpp" DESTINATION include/btypes_big_integer "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/VariantViolation.hpp" DESTINATION include/btypes_big_integer "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/LoopInvariantViolation.hpp" DESTINATION include/btypes_big_integer)
\ No newline at end of file
install (FILES "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BBoolean.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BInteger.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BObject.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BRelation.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BSet.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BString.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BStruct.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BTuple.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/BUtils.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/PreconditionOrAssertionViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/StateNotReachableError.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/VariantViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_primitives/src/main/cpp/LoopInvariantViolation.hpp" DESTINATION include/btypes_primitives)
install (FILES "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BBoolean.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BInteger.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BObject.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BRelation.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BSet.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BString.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BStruct.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BTuple.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/BUtils.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/PreconditionOrAssertionViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/StateNotReachableError.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/VariantViolation.hpp" "${PROJECT_SOURCE_DIR}/btypes_big_integer/src/main/cpp/LoopInvariantViolation.hpp" DESTINATION include/btypes_big_integer)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment