Adding BillySheet as a library
This commit is contained in:
parent
40f692ea5e
commit
1f18499228
2 changed files with 4 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue