Skip to content

Commit

Permalink
completed 1st version of incremental pfxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy1005 committed Jul 5, 2023
1 parent 2b00e14 commit ea7ab96
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 321 deletions.
4 changes: 4 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ add_executable(tv80_timing ${INK_EXAMPLE_DIR}/tv80/tv80.cpp)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${INK_EXAMPLE_DIR}/c7552)
add_executable(c7552_timing ${INK_EXAMPLE_DIR}/c7552/c7552.cpp)

# example: c17.cpp
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${INK_EXAMPLE_DIR}/c17)
add_executable(c17_timing ${INK_EXAMPLE_DIR}/c17/c17.cpp)

list(APPEND INK_EXAMPLES
simple_timing
c432_timing
vga_lcd_timing
tv80_timing
c7552_timing
c17_timing
)

find_package(Threads REQUIRED)
Expand Down
Loading

0 comments on commit ea7ab96

Please sign in to comment.