Add native plugin build support (#10)

Fixed #3
This commit is contained in:
Hidenori Matsubayashi
2021-07-19 17:49:39 +09:00
committed by GitHub
parent 05349c731d
commit eacaccf77b
6 changed files with 225 additions and 48 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "{{projectName}}")
cmake_policy(SET CMP0063 NEW)
cmake_policy(SET CMP0079 NEW)
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")