diff options
| author | Petr Mrázek | 2009-11-23 23:24:46 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2009-11-23 23:24:46 +0000 |
| commit | 07b48d1afa1fc22330b586aeadb0926ffef31b41 (patch) | |
| tree | 27a00b45dc056d3141d9df06544390c2bc8266ef /CMakeLists.txt | |
| parent | bbd0ea1cc7ef1943f026842a4dd760fd4d87f764 (diff) | |
| download | stonesense-07b48d1afa1fc22330b586aeadb0926ffef31b41.tar.gz stonesense-07b48d1afa1fc22330b586aeadb0926ffef31b41.tar.bz2 stonesense-07b48d1afa1fc22330b586aeadb0926ffef31b41.tar.xz | |
stupid error like always
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 ed5aed8..58c5af0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ IF(UNIX) INCLUDE_DIRECTORIES(${PNG_INCLUDE_DIR} ${ALLEGRO_INCLUDE_DIRS} ${ALLEGRO_INCLUDE_DIR}) - SET(PROJECT_LIBS {ALLEGRO_LIBRARIES} ${PNG_LIBRARIES} ${PROJECT_LIBS}) + SET(PROJECT_LIBS ${ALLEGRO_LIBRARIES} ${PNG_LIBRARIES} ${PROJECT_LIBS}) ADD_EXECUTABLE(stonesense ${PROJECT_SRCS} ${PLATFORM_SRC}) TARGET_LINK_LIBRARIES(stonesense ${PROJECT_LIBS}) # windows |
