Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
add missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 17, 2024
1 parent 9fad452 commit 5804424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ project(${TARGET})

option(BUILD_LIB "Compile module source files for static libraries" ON)
option(BUILD_TEST "Compile source files for test executable and link compiled libraries" ON)
option(BUILD_APP "Compile source file of main executable and link compiled libraries" ON)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit 5804424

Please sign in to comment.