working on a more versitile fps counter, but need to move to the newest imgui first

This commit is contained in:
2018-02-26 20:49:27 -08:00
parent d431352e8f
commit 33a8e3af8b
5 changed files with 270 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ file(GLOB_RECURSE KERNELS "kernels/*.cl")
file(GLOB_RECURSE SHADERS "shaders/*.vert" "shaders/*.tesc" "shaders/*.tese" "shaders/*.geom" "shaders/*.frag" "shaders/*.comp")
add_executable(${PNAME} ${SOURCES} ${HEADERS} ${KERNELS} ${SHADERS})
add_executable(${PNAME} ${SOURCES} ${HEADERS} ${KERNELS} ${SHADERS} include/imgui/imgui-multilines.hpp)
# Follow the sub directory structure to add sub-filters in VS
# Gotta do it one by one unfortunately