From e29f1d39e7695ebff50e490f4f3155f229121a32 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Thu, 17 Jul 2014 01:28:02 +0900 Subject: Added float conversion functions to ByteVector. Added CMake checks about IEEE754 compliance. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 02eb9893..d4469b5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,8 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS 2.8.12) cmake_policy(SET CMP0022 OLD) endif() +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) + option(ENABLE_STATIC "Make static version of libtag" OFF) if(ENABLE_STATIC) add_definitions(-DTAGLIB_STATIC) -- cgit v1.2.3