Remove core-writer from the project

This commit is contained in:
2020-04-29 17:45:51 +02:00
parent aa11d81623
commit 5ae69ede37
3 changed files with 0 additions and 12 deletions
-1
View File
@@ -4,7 +4,6 @@ file(GLOB SOURCES
add_library(core-buffer STATIC ${SOURCES})
target_include_directories(core-buffer PUBLIC include/)
target_include_directories(core-buffer PUBLIC external/)
target_link_libraries(core-buffer core-writer)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
target_compile_definitions(core-buffer PRIVATE DEBUG_OUTPUT)