cmake: use fPIC

bug_fixes_integration_tx
Steve Kelly 2021-11-25 21:16:51 -05:00
rodzic 3dcd3f073c
commit 7e19b8a9a7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(cariboulite)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# Bring the headers
include_directories(./ ./include)