Project

General

Profile

« Previous | Next » 

Revision 360f78de

Added by david.sorber over 1 year ago

Setting default focus on filter text box for account screen. Also adding
ImGui example program for reference.

View differences:

CMakeLists.txt
sodium)
################################################################################
# Target: example
################################################################################
ADD_EXECUTABLE(example
${imgui_sources}
${backend_sources}
${CMAKE_CURRENT_SOURCE_DIR}/src/example.cc)
TARGET_INCLUDE_DIRECTORIES(example PUBLIC ${SDL2_INCLUDE_DIRS})
TARGET_LINK_LIBRARIES(example ${SDL2_LIBRARIES})
################################################################################
# Target: crypt_util
################################################################################

Also available in: Unified diff