mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 09:08:18 -04:00
Specifically: * Added win32, elf32 and elf64 asm player and wav writers using winmm. * Added dsound player in C. * Separated the ALL target and the examples; introduced a new examples target.
6 lines
128 B
CMake
6 lines
128 B
CMake
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL ON)
|
|
add_custom_target(examples)
|
|
|
|
add_subdirectory(asm)
|
|
add_subdirectory(C)
|