Skip to content

Commit 6956ee7

Browse files
committed
basic: Fix missing PROJECT_SOURCE_DIR definition
1 parent d77a66a commit 6956ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/basic/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cloe_add_plugin(
1414
LINK_LIBRARIES
1515
CONAN_PKG::cloe-runtime
1616
CONAN_PKG::cloe-models
17+
COMPILE_DEFINITIONS
18+
PROJECT_SOURCE_DIR=\"${CMAKE_CURRENT_SOURCE_DIR}\"
1719
)
1820

1921
option(BuildTests "Build tests?" ON)

0 commit comments

Comments
 (0)