Update codebase
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
target_link_libraries(${DAWN_TARGET_NAME}
|
||||
PUBLIC
|
||||
glm
|
||||
freetype
|
||||
archive_static
|
||||
)
|
||||
|
||||
@ -35,22 +34,4 @@ add_subdirectory(scene)
|
||||
# add_subdirectory(state)
|
||||
add_subdirectory(time)
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(ui)
|
||||
|
||||
# Definitions
|
||||
# target_compile_definitions(${DAWN_TARGET_NAME}
|
||||
# PUBLIC
|
||||
# DAWN_DEBUG_BUILD=${DAWN_DEBUG_BUILD}
|
||||
# )
|
||||
|
||||
# Tests
|
||||
target_link_libraries(dawntests
|
||||
PUBLIC
|
||||
glm
|
||||
freetype
|
||||
)
|
||||
|
||||
target_include_directories(dawntests
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
)
|
||||
add_subdirectory(ui)
|
Reference in New Issue
Block a user