diff options
| author | J08nY | 2017-02-07 04:06:09 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-07 04:12:04 +0100 |
| commit | 06d927c9737589ed76b516c54ee74c8e6e44702b (patch) | |
| tree | 8e7560f66a96e5bf5bb391907c3678f65581631a /CMakeLists.txt | |
| parent | 96bf13d11b595aabf514c706adcf57aefc660a1f (diff) | |
| download | ecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.tar.gz ecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.tar.zst ecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.zip | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e53579..bb331a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ add_custom_target(gp2c ALL DEPENDS gp.c gp.h) include_directories(src) include_directories(lib) -file(GLOB SOURCES "src/*.c") +file(GLOB SOURCES "src/*.c" "src/*.h") add_executable(ecgen ${SOURCES}) |
