diff options
| author | Petr Mrázek | 2011-08-28 22:27:14 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-28 22:27:14 +0200 |
| commit | 7d41a1d6f1e770012bfb412aed3ef9b06fd04723 (patch) | |
| tree | dfb01f63b7904d255d180f9628ea99130e7264c4 /CMakeLists.txt | |
| parent | af75c289789a979029cc06e0f00ffd8919c37844 (diff) | |
| download | stonesense-7d41a1d6f1e770012bfb412aed3ef9b06fd04723.tar.gz stonesense-7d41a1d6f1e770012bfb412aed3ef9b06fd04723.tar.bz2 stonesense-7d41a1d6f1e770012bfb412aed3ef9b06fd04723.tar.xz | |
Fix linux build, badly merged file
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d4c80f..e796f31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,14 +83,6 @@ IF(UNIX) # ${PROJECT_LIBS} # ) ELSE() - SET(PROJECT_LIBS - allegro - allegro_primitives - allegro_font - allegro_image - allegro_ttf - ${PROJECT_LIBS} - ) OPTION(STONESENSE_INTERNAL_SO "Link with prebuilt internal allegro libs and headers." ON) IF(STONESENSE_INTERNAL_SO) SET(PROJECT_LIBS |
