Skip to content

Commit

Permalink
Fix Project Dir Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossara committed Aug 14, 2021
1 parent 6d6f057 commit bb1ed6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 203 deletions.
18 changes: 18 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# title : Easy C Library
# copyright : Copyright 2021 YasTech.org | All Right Reserved
# developer : Hossein Araghi
# url : https://yastech.org
# version 1.0.0

# Add Library To Project
add_library(
easyc SHARED
src/easyc.c
src/easyc.h
)

# Include Src Directory
target_include_directories(easyc PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")

# Define Project Version
target_compile_definitions(easyc PUBLIC easyc_version=1)
144 changes: 0 additions & 144 deletions easyc.c

This file was deleted.

59 changes: 0 additions & 59 deletions easyc.h

This file was deleted.

0 comments on commit bb1ed6e

Please sign in to comment.