Files
projectm/tests/CMakeLists.txt
Kai Blaschke 5c5bb0a147 PresetFileParser: Fix line reader and a compiler warning, re-add tests.
Don't skip lines with no data after "=", as there are many presets with empty code lines. skipping it would create a gap in the line numbers, aborting the loop in GetCode() early.
2023-09-11 10:19:46 +02:00

3 lines
57 B
CMake

add_subdirectory(libprojectM)
add_subdirectory(playlist)