set basic repo structure
This commit is contained in:
6
src/CMakeLists.txt
Normal file
6
src/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
add_subdirectory(semantic)
|
||||
add_executable(code main.cpp)
|
||||
target_link_libraries(code semantic argparse)
|
||||
set_target_properties(code PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
)
|
Reference in New Issue
Block a user