Adding BillySheet as a library

This commit is contained in:
Pcornat 2024-10-30 17:04:49 +01:00
commit 1f18499228
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 4 additions and 5 deletions

View file

@ -77,8 +77,6 @@ if (${ENABLE_COVERAGE})
list(APPEND LINKER_FLAGS gcov)
endif ()
add_subdirectory("Unit testing")
add_library(BillySheet SHARED ${SOURCES})
target_include_directories(BillySheet PRIVATE include include/imgui external/ImFileDialog)
@ -117,3 +115,5 @@ target_link_libraries(BillySheet glfw
nlohmann_json::nlohmann_json
${LINKER_FLAGS}
)
add_subdirectory("Unit testing")