Created
July 16, 2017 03:01
-
-
Save SharkyRawr/f7a578d3f307c43ec1fdcd437503106e to your computer and use it in GitHub Desktop.
dumb-0.9.3 CMakeLists.txt cmake support file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required (VERSION 2.8.11) | |
| project (dumb) | |
| LIST(APPEND SourceFiles | |
| src/core/atexit.c | |
| src/core/duhlen.c | |
| src/core/duhtag.c | |
| src/core/dumbfile.c | |
| src/core/loadduh.c | |
| src/core/makeduh.c | |
| src/core/rawsig.c | |
| src/core/readduh.c | |
| src/core/register.c | |
| src/core/rendduh.c | |
| src/core/rendsig.c | |
| src/core/unload.c | |
| src/helpers/clickrem.c | |
| src/helpers/memfile.c | |
| src/helpers/resamp2.inc | |
| src/helpers/resamp3.inc | |
| src/helpers/resample.c | |
| src/helpers/resample.inc | |
| src/helpers/sampbuf.c | |
| src/helpers/silence.c | |
| src/helpers/stdfile.c | |
| src/it/itload.c | |
| src/it/itload2.c | |
| src/it/itmisc.c | |
| src/it/itorder.c | |
| src/it/itread.c | |
| src/it/itread2.c | |
| src/it/itrender.c | |
| src/it/itunload.c | |
| src/it/loadmod.c | |
| src/it/loadmod2.c | |
| src/it/loads3m.c | |
| src/it/loads3m2.c | |
| src/it/loadxm.c | |
| src/it/loadxm2.c | |
| src/it/readmod.c | |
| src/it/readmod2.c | |
| src/it/reads3m.c | |
| src/it/reads3m2.c | |
| src/it/readxm.c | |
| src/it/readxm2.c | |
| src/it/xmeffect.c | |
| ) | |
| add_library (dumb STATIC ${SourceFiles}) | |
| target_include_directories (dumb PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment