Run cmake-init and setup flake.nix and default.nix
This commit is contained in:
8
cmake/install-rules.cmake
Normal file
8
cmake/install-rules.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
install(
|
||||
TARGETS ec-controller_exe
|
||||
RUNTIME COMPONENT ec-controller_Runtime
|
||||
)
|
||||
|
||||
if(PROJECT_IS_TOP_LEVEL)
|
||||
include(CPack)
|
||||
endif()
|
||||
Reference in New Issue
Block a user