Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize CMakeLists.txt ECFLOW-1923 #49

Merged
merged 13 commits into from
Nov 13, 2023
Merged

Commits on Nov 13, 2023

  1. Modernize CMakeLists.txt for Core

    - Move generated header files to CMAKE_BINARY_DIR to avoid having
      changes on the working directory (dirty repository)
    - Setup Boost.unit_test_framework as header only library
    - Create a specific entry point for the test driver
      - by convention, named Test<LibName>_main.cpp
    marcosbento committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4a1f849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bef19e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9903a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    308d671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f28e5f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0154bec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2768e35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f51e2a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af78c6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4214b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a599b43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f39919 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa7c5f8 View commit details
    Browse the repository at this point in the history