diff options
author | sanine <sanine.not@pm.me> | 2022-08-21 21:54:47 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-21 21:54:47 -0500 |
commit | 4ffe0ff4ac30361ea2a35dcfa07ca560ed865631 (patch) | |
tree | ec522e57b4e27f8c5388ef2175b0a77dd4537deb /libs/honeysuckle/CMakeLists.txt | |
parent | 74e48c197a57c9f7920ce048c9bf4b59d5303e18 (diff) |
build with clang on visual studio
Diffstat (limited to 'libs/honeysuckle/CMakeLists.txt')
-rw-r--r-- | libs/honeysuckle/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/honeysuckle/CMakeLists.txt b/libs/honeysuckle/CMakeLists.txt index 91222d2..1e16f40 100644 --- a/libs/honeysuckle/CMakeLists.txt +++ b/libs/honeysuckle/CMakeLists.txt @@ -3,9 +3,6 @@ project(honeysuckle VERSION 0.1.0 DESCRIPTION "A C library to make writing lua bindings simple") -find_package(Lua51 REQUIRED) -Include_directories(${LUA_INCLUDE_DIR}) - # build and link the library set(HS_ROOT ${honeysuckle_SOURCE_DIR}/src) set(HONEYSUCKLE_SOURCES |