Skip to content

Commit

Permalink
Fix cmake config.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Aug 1, 2024
1 parent 3d68ecc commit 5327ef9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_subdirectory(deps/ldeps)

include(bs)

bs_project()
bs_init()

# define all package libraries to use
set(PACKAGE_NAMES
Expand All @@ -31,8 +31,4 @@ set(PACKAGE_NAMES
)


bs_setup("packages" "${PACKAGE_NAMES}")

add_subdirectory(apps)


bs_configure_packages("packages" "${PACKAGE_NAMES}")

0 comments on commit 5327ef9

Please sign in to comment.