X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..e9ae1f101b5418c0ba2e6c9d86b23c12f0140982:/sgauth/CMakeLists.txt?ds=inline

diff --git a/sgauth/CMakeLists.txt b/sgauth/CMakeLists.txt
index fc41d499..2a87f3f6 100644
--- a/sgauth/CMakeLists.txt
+++ b/sgauth/CMakeLists.txt
@@ -2,9 +2,17 @@ set ( CPP_FILES main.cpp settings_impl.cpp web.cpp )
 
 set ( THREADS_PREFER_PTHREAD_FLAG ON )
 find_package ( Threads REQUIRED )
+find_package ( Intl REQUIRED )
+
+file ( READ sgauth.css CSS_DATA )
+configure_file ( css.h.in css.h ESCAPE_QUOTES @ONLY )
+
+set ( CMAKE_INCLUDE_CURRENT_DIR ON )
+
+include_directories ( ${Intl_INCLUDE_DIRS} )
 
 add_executable ( sgauth ${CPP_FILES} )
 
-target_link_libraries ( sgauth conffiles ia crypto common Threads::Threads )
+target_link_libraries ( sgauth conffiles ia crypto common ${Intl_LIBRARIES} Threads::Threads )
 
 # TODO: install