Skip to content

Commit

Permalink
Merge pull request #1 from aleixpol/master
Browse files Browse the repository at this point in the history
Make it possible to compile with cmake
  • Loading branch information
j-jorge committed Jan 29, 2016
2 parents b726caa + 9a5bafd commit ce6e61b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.0)

include(GNUInstallDirs)

add_library(intl STATIC internal/libintl.cpp)

install(FILES libintl.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(TARGETS intl DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit ce6e61b

Please sign in to comment.