Skip to content

Commit

Permalink
fixed cmake liblib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed May 1, 2012
1 parent af6e902 commit 9e29bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -24,5 +24,8 @@ set(
)

add_executable(fast-aleck ${SOURCES_EXECUTABLE})

add_executable(fast-aleck-test ${SOURCES_TEST})

add_library(libfast-aleck SHARED ${SOURCES_LIBRARY})
SET_TARGET_PROPERTIES(libfast-aleck PROPERTIES PREFIX "")

0 comments on commit 9e29bae

Please sign in to comment.