mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
10 lines
234 B
CMake
10 lines
234 B
CMake
|
|
# Define the current source locations
|
|
SET(CURRENT_HEADER_DIR ${CMAKE_SOURCE_DIR}/include)
|
|
SET(CURRENT_SOURCE_DIR ${CMAKE_SOURCE_DIR}/libsrc)
|
|
|
|
add_subdirectory(hyperion)
|
|
add_subdirectory(utils)
|
|
|
|
add_subdirectory(hyperionpng)
|