Skip to content

Commit

Permalink
💡 Section command in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 15, 2021
1 parent a33a13e commit bb77e9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,14 @@ if(QOLM_ENABLE_EXAMPLES)
add_subdirectory(examples)
endif()

# ───── LOG BUILD COMMAND ─────

if(QOLM_MAIN_PROJECT)
include(cmake/PrintConfiguration.cmake)
endif()

# ───── INSTALLATION ─────

if(QOLM_INSTALL)
include(GNUInstallDirs)
install(TARGETS ${QOLM_TARGET}
Expand Down

0 comments on commit bb77e9b

Please sign in to comment.