1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-19 20:37:34 +00:00

Add top-level base for includes.

This commit is contained in:
Thomas Harte 2025-02-28 11:32:44 -05:00
parent d494d1e3ee
commit 00a7381f08

View File

@ -29,6 +29,7 @@ endif()
message(STATUS "Configuring for ${CLK_UI} UI")
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include_directories(".")
include("CLK_SOURCES")
add_executable(clksignal ${CLK_SOURCES})